File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -307,6 +307,7 @@ h_2 : ¬y * x = 1
307307 [facts] Asserted facts
308308 [eqc] False propositions
309309 [eqc] Equivalence classes
310+ [ematch] E-matching patterns
310311 [linarith] Linarith assignment for `α`
311312```
312313
@@ -369,6 +370,7 @@ h_4 : ¬t ^ 2 = t + 1
369370 [eqc] True propositions
370371 [eqc] False propositions
371372 [eqc] Equivalence classes
373+ [ematch] E-matching patterns
372374 [ring] Ring `α`
373375 [limits] Thresholds reached
374376```
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ h_2 : 2 ∣ 2 * a + b
101101[grind] Goal diagnostics
102102 [facts] Asserted facts
103103 [eqc] True propositions
104+ [ematch] E-matching patterns
104105 [linarith] Linarith assignment for `Int`
105106```
106107::::
@@ -175,6 +176,7 @@ h : x * x + 1 ≤ 0
175176[grind] Goal diagnostics
176177 [facts] Asserted facts
177178 [eqc] True propositions
179+ [ematch] E-matching patterns
178180 [cutsat] Assignment satisfying linear constraints
179181```
180182
@@ -193,6 +195,7 @@ h : x * x + 1 ≤ 0
193195[grind] Goal diagnostics
194196 [facts] Asserted facts
195197 [eqc] True propositions
198+ [ematch] E-matching patterns
196199 [cutsat] Assignment satisfying linear constraints
197200```
198201
Original file line number Diff line number Diff line change 1- leanprover/lean4:nightly-2025-12-04
1+ leanprover/lean4:nightly-2025-12-07
You can’t perform that action at this time.
0 commit comments