def
Auto.IsomType.substForall
{α : Sort u_1}
{β : Sort u_2}
{p : α → Sort u}
(I : IsomType α β)
(H : (x : α) → p x)
(x : β)
:
p (I.g x)
Equations
- I.substForall H x✝ = H (I.g x✝)
Instances For
def
Auto.IsomType.substForall'
{β : Sort u_1}
{α : Sort u_2}
{p : β → Sort u}
(I : IsomType α β)
(H : (x : β) → p x)
(x : α)
:
p (I.f x)
Equations
- I.substForall' H x✝ = H (I.f x✝)
Instances For
Equations
- ⋯ = ⋯