Returns some (c = d)
if
c = d
andFalse
are in the same equivalence class, anda
(b
) andc
are in the same equivalence class, andb
(a
) andd
are in the same equivalence class. Otherwise returnnone
.
Remark a
and b
are assumed to have the same type.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Returns true
if a
and b
are known to be disequal.
See getDiseqFor?
Equations
- Lean.Meta.Grind.isDiseq a b = do let __do_lift ← Lean.Meta.Grind.getDiseqFor? a b pure __do_lift.isSome
Instances For
Returns a proof for true
if a
and b
are known to be disequal.
See getDiseqFor?
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.