Try to apply implies_congr
.
Equations
- One or more equations did not get rendered due to their size.
def
Lean.MVarId.congrN
(mvarId : MVarId)
(depth : Nat := 1000000)
(closePre closePost : Bool := true)
:
Given a goal of the form ⊢ f as = f bs
, ⊢ (p → q) = (p' → q')
, or ⊢ HEq (f as) (f bs)
, try to apply congruence.
It takes proof irrelevance into account, and the fact that Decidable p
is a subsingleton.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.