Documentation

QuasiBorelSpaces.Subtype

@[simp]
theorem QuasiBorelSpace.Subtype.isHom_def {A : Type u_1} {B : Type u_2} [QuasiBorelSpace A] [QuasiBorelSpace B] {P : BProp} (f : ASubtype P) :
IsHom f IsHom fun (x : A) => (f x)
theorem QuasiBorelSpace.Subtype.isHom_mk {A : Type u_1} {B : Type u_2} [QuasiBorelSpace A] [QuasiBorelSpace B] {P : BProp} {f : AB} (hf₁ : IsHom f) (hf₂ : ∀ (x : A), P (f x)) :
IsHom fun (x : A) => f x,
theorem QuasiBorelSpace.Subtype.isHom_val {A : Type u_1} {B : Type u_2} [QuasiBorelSpace A] [QuasiBorelSpace B] {P : BProp} {f : ASubtype P} (hf : IsHom f) :
IsHom fun (x : A) => (f x)