Returns some (c = d) if
- c = dand- Falseare in the same equivalence class, and
- a(- b) and- care in the same equivalence class, and
- b(- a) and- dare in the same equivalence class. Otherwise return- none.
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.