You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -527,7 +527,7 @@ function synthetic_isabelle_algebra()::Vector{IsabelleEntry}
527
527
"\"dim_row A = n \\<Longrightarrow> dim_col A = m \\<Longrightarrow>\n c \\<cdot>\\<^sub>m (d \\<cdot>\\<^sub>m A) = (c * d) \\<cdot>\\<^sub>m (A :: 'a :: semiring_0 mat)\"",
528
528
"by (rule smult_smult_assoc)"),
529
529
("matrix_row_col",
530
-
"\"i < dim_row A \\<Longrightarrow> j < dim_col A \\<Longrightarrow>\n (A :: 'a mat) $$ (i, j) = row A i $ j\"",
530
+
"\"i < dim_row A \\<Longrightarrow> j < dim_col A \\<Longrightarrow>\n (A :: 'a mat) \$\$ (i, j) = row A i \$ j\"",
Copy file name to clipboardExpand all lines: scripts/extract_mizar.jl
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -388,26 +388,26 @@ function generate_synthetic_mizar()::Vector{Dict{String,Any}}
388
388
]
389
389
390
390
lattices = [
391
-
("lattice_join_comm", "for L being Lattice, a, b being Element of L holds a \"\\\/\" b = b \"\\\/\" a",
392
-
"let L be Lattice; let a, b be Element of L; thus a \"\\\/\" b = b \"\\\/\" a by LATTICES:def 1;"),
391
+
("lattice_join_comm", "for L being Lattice, a, b being Element of L holds a \"\\/\" b = b \"\\/\" a",
392
+
"let L be Lattice; let a, b be Element of L; thus a \"\\/\" b = b \"\\/\" a by LATTICES:def 1;"),
393
393
("lattice_meet_comm", "for L being Lattice, a, b being Element of L holds a \"/\\\" b = b \"/\\\" a",
394
394
"let L be Lattice; let a, b be Element of L; thus a \"/\\\" b = b \"/\\\" a by LATTICES:def 2;"),
395
-
("lattice_join_assoc", "for L being Lattice, a, b, c being Element of L holds a \"\\\/\" (b \"\\\/\" c) = (a \"\\\/\" b) \"\\\/\" c",
396
-
"let L be Lattice; let a, b, c be Element of L; thus a \"\\\/\" (b \"\\\/\" c) = (a \"\\\/\" b) \"\\\/\" c by LATTICES:def 5;"),
395
+
("lattice_join_assoc", "for L being Lattice, a, b, c being Element of L holds a \"\\/\" (b \"\\/\" c) = (a \"\\/\" b) \"\\/\" c",
396
+
"let L be Lattice; let a, b, c be Element of L; thus a \"\\/\" (b \"\\/\" c) = (a \"\\/\" b) \"\\/\" c by LATTICES:def 5;"),
397
397
("lattice_meet_assoc", "for L being Lattice, a, b, c being Element of L holds a \"/\\\" (b \"/\\\" c) = (a \"/\\\" b) \"/\\\" c",
398
398
"let L be Lattice; let a, b, c be Element of L; thus a \"/\\\" (b \"/\\\" c) = (a \"/\\\" b) \"/\\\" c by LATTICES:def 7;"),
399
-
("lattice_absorption_join", "for L being Lattice, a, b being Element of L holds a \"\\\/\" (a \"/\\\" b) = a",
400
-
"let L be Lattice; let a, b be Element of L; thus a \"\\\/\" (a \"/\\\" b) = a by LATTICES:def 8;"),
401
-
("lattice_absorption_meet", "for L being Lattice, a, b being Element of L holds a \"/\\\" (a \"\\\/\" b) = a",
402
-
"let L be Lattice; let a, b be Element of L; thus a \"/\\\" (a \"\\\/\" b) = a by LATTICES:def 9;"),
403
-
("lattice_distributive", "for L being distributive Lattice, a, b, c being Element of L holds a \"/\\\" (b \"\\\/\" c) = (a \"/\\\" b) \"\\\/\" (a \"/\\\" c)",
404
-
"let L be distributive Lattice; let a, b, c be Element of L; thus a \"/\\\" (b \"\\\/\" c) = (a \"/\\\" b) \"\\\/\" (a \"/\\\" c) by LATTICES:def 11;"),
405
-
("lattice_complemented", "for L being complemented bounded Lattice, a being Element of L ex b being Element of L st a \"\\\/\" b = Top L & a \"/\\\" b = Bottom L",
406
-
"let L be complemented bounded Lattice; let a be Element of L; thus ex b being Element of L st a \"\\\/\" b = Top L & a \"/\\\" b = Bottom L by LATTICES:def 19;"),
407
-
("lattice_bounded", "for L being bounded Lattice, a being Element of L holds a \"\\\/\" (Bottom L) = a & a \"/\\\" (Top L) = a",
408
-
"let L be bounded Lattice; let a be Element of L; thus a \"\\\/\" (Bottom L) = a by LATTICES:39; thus a \"/\\\" (Top L) = a by LATTICES:41;"),
409
-
("lattice_modular", "for L being modular Lattice, a, b, c being Element of L st a [= c holds a \"\\\/\" (b \"/\\\" c) = (a \"\\\/\" b) \"/\\\" c",
410
-
"let L be modular Lattice; let a, b, c be Element of L; assume a [= c; hence a \"\\\/\" (b \"/\\\" c) = (a \"\\\/\" b) \"/\\\" c by LATTICES:def 12;"),
399
+
("lattice_absorption_join", "for L being Lattice, a, b being Element of L holds a \"\\/\" (a \"/\\\" b) = a",
400
+
"let L be Lattice; let a, b be Element of L; thus a \"\\/\" (a \"/\\\" b) = a by LATTICES:def 8;"),
401
+
("lattice_absorption_meet", "for L being Lattice, a, b being Element of L holds a \"/\\\" (a \"\\/\" b) = a",
402
+
"let L be Lattice; let a, b be Element of L; thus a \"/\\\" (a \"\\/\" b) = a by LATTICES:def 9;"),
403
+
("lattice_distributive", "for L being distributive Lattice, a, b, c being Element of L holds a \"/\\\" (b \"\\/\" c) = (a \"/\\\" b) \"\\/\" (a \"/\\\" c)",
404
+
"let L be distributive Lattice; let a, b, c be Element of L; thus a \"/\\\" (b \"\\/\" c) = (a \"/\\\" b) \"\\/\" (a \"/\\\" c) by LATTICES:def 11;"),
405
+
("lattice_complemented", "for L being complemented bounded Lattice, a being Element of L ex b being Element of L st a \"\\/\" b = Top L & a \"/\\\" b = Bottom L",
406
+
"let L be complemented bounded Lattice; let a be Element of L; thus ex b being Element of L st a \"\\/\" b = Top L & a \"/\\\" b = Bottom L by LATTICES:def 19;"),
407
+
("lattice_bounded", "for L being bounded Lattice, a being Element of L holds a \"\\/\" (Bottom L) = a & a \"/\\\" (Top L) = a",
408
+
"let L be bounded Lattice; let a be Element of L; thus a \"\\/\" (Bottom L) = a by LATTICES:39; thus a \"/\\\" (Top L) = a by LATTICES:41;"),
409
+
("lattice_modular", "for L being modular Lattice, a, b, c being Element of L st a [= c holds a \"\\/\" (b \"/\\\" c) = (a \"\\/\" b) \"/\\\" c",
410
+
"let L be modular Lattice; let a, b, c be Element of L; assume a [= c; hence a \"\\/\" (b \"/\\\" c) = (a \"\\/\" b) \"/\\\" c by LATTICES:def 12;"),
0 commit comments