state
stringlengths
0
159k
srcUpToTactic
stringlengths
387
167k
nextTactic
stringlengths
3
9k
declUpToTactic
stringlengths
22
11.5k
declId
stringlengths
38
95
decl
stringlengths
16
1.89k
file_tag
stringlengths
17
73
case intro C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D P : Subobject X Q : MonoOver X e : Quotient.out' (Quotient.mk'' Q) ≅ Q ⊢ mk (arrow (Quotient.mk'' Q)) = Quotient.mk'' Q
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
exact Quotient.sound' ⟨MonoOver.isoMk (Iso.refl _) ≪≫ e⟩
@[simp] theorem mk_arrow (P : Subobject X) : mk P.arrow = P := Quotient.inductionOn' P fun Q => by obtain ⟨e⟩ := @Quotient.mk_out' _ (isIsomorphicSetoid _) Q
Mathlib.CategoryTheory.Subobject.Basic.258_0.YX2OHoKUUy0oqDw
@[simp] theorem mk_arrow (P : Subobject X) : mk P.arrow = P
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X✝ Y✝ Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D B : C X Y : Subobject B f : underlying.obj X ⟶ underlying.obj Y w : f ≫ arrow Y = arrow X ⊢ X ≤ Y
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
convert mk_le_mk_of_comm _ w
theorem le_of_comm {B : C} {X Y : Subobject B} (f : (X : C) ⟶ (Y : C)) (w : f ≫ Y.arrow = X.arrow) : X ≤ Y := by
Mathlib.CategoryTheory.Subobject.Basic.265_0.YX2OHoKUUy0oqDw
theorem le_of_comm {B : C} {X Y : Subobject B} (f : (X : C) ⟶ (Y : C)) (w : f ≫ Y.arrow = X.arrow) : X ≤ Y
Mathlib_CategoryTheory_Subobject_Basic
case h.e'_3 C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X✝ Y✝ Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D B : C X Y : Subobject B f : underlying.obj X ⟶ underlying.obj Y w : f ≫ arrow Y = arrow X ⊢ X = mk (arrow X)
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
simp
theorem le_of_comm {B : C} {X Y : Subobject B} (f : (X : C) ⟶ (Y : C)) (w : f ≫ Y.arrow = X.arrow) : X ≤ Y := by convert mk_le_mk_of_comm _ w <;>
Mathlib.CategoryTheory.Subobject.Basic.265_0.YX2OHoKUUy0oqDw
theorem le_of_comm {B : C} {X Y : Subobject B} (f : (X : C) ⟶ (Y : C)) (w : f ≫ Y.arrow = X.arrow) : X ≤ Y
Mathlib_CategoryTheory_Subobject_Basic
case h.e'_4 C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X✝ Y✝ Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D B : C X Y : Subobject B f : underlying.obj X ⟶ underlying.obj Y w : f ≫ arrow Y = arrow X ⊢ Y = mk (arrow Y)
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
simp
theorem le_of_comm {B : C} {X Y : Subobject B} (f : (X : C) ⟶ (Y : C)) (w : f ≫ Y.arrow = X.arrow) : X ≤ Y := by convert mk_le_mk_of_comm _ w <;>
Mathlib.CategoryTheory.Subobject.Basic.265_0.YX2OHoKUUy0oqDw
theorem le_of_comm {B : C} {X Y : Subobject B} (f : (X : C) ⟶ (Y : C)) (w : f ≫ Y.arrow = X.arrow) : X ≤ Y
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝² : Category.{v₁, u₁} C X✝ Y Z : C D : Type u₂ inst✝¹ : Category.{v₂, u₂} D B A : C X : Subobject B f : A ⟶ B inst✝ : Mono f g : underlying.obj X ⟶ A w : g ≫ f = arrow X ⊢ (g ≫ (underlyingIso f).inv) ≫ arrow (mk f) = arrow X
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
simp [w]
theorem le_mk_of_comm {B A : C} {X : Subobject B} {f : A ⟶ B} [Mono f] (g : (X : C) ⟶ A) (w : g ≫ f = X.arrow) : X ≤ mk f := le_of_comm (g ≫ (underlyingIso f).inv) <| by
Mathlib.CategoryTheory.Subobject.Basic.270_0.YX2OHoKUUy0oqDw
theorem le_mk_of_comm {B A : C} {X : Subobject B} {f : A ⟶ B} [Mono f] (g : (X : C) ⟶ A) (w : g ≫ f = X.arrow) : X ≤ mk f
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝² : Category.{v₁, u₁} C X✝ Y Z : C D : Type u₂ inst✝¹ : Category.{v₂, u₂} D B A : C X : Subobject B f : A ⟶ B inst✝ : Mono f g : A ⟶ underlying.obj X w : g ≫ arrow X = f ⊢ ((underlyingIso f).hom ≫ g) ≫ arrow X = arrow (mk f)
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
simp [w]
theorem mk_le_of_comm {B A : C} {X : Subobject B} {f : A ⟶ B} [Mono f] (g : A ⟶ (X : C)) (w : g ≫ X.arrow = f) : mk f ≤ X := le_of_comm ((underlyingIso f).hom ≫ g) <| by
Mathlib.CategoryTheory.Subobject.Basic.275_0.YX2OHoKUUy0oqDw
theorem mk_le_of_comm {B A : C} {X : Subobject B} {f : A ⟶ B} [Mono f] (g : A ⟶ (X : C)) (w : g ≫ X.arrow = f) : mk f ≤ X
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝² : Category.{v₁, u₁} C X✝ Y Z : C D : Type u₂ inst✝¹ : Category.{v₂, u₂} D B A : C X : Subobject B f : A ⟶ B inst✝ : Mono f i : underlying.obj X ≅ A w : i.hom ≫ f = arrow X ⊢ (i ≪≫ (underlyingIso f).symm).hom ≫ arrow (mk f) = arrow X
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
simp [w]
/-- To show that two subobjects are equal, it suffices to exhibit an isomorphism commuting with the arrows. -/ theorem eq_mk_of_comm {B A : C} {X : Subobject B} (f : A ⟶ B) [Mono f] (i : (X : C) ≅ A) (w : i.hom ≫ f = X.arrow) : X = mk f := eq_of_comm (i.trans (underlyingIso f).symm) <| by
Mathlib.CategoryTheory.Subobject.Basic.289_0.YX2OHoKUUy0oqDw
/-- To show that two subobjects are equal, it suffices to exhibit an isomorphism commuting with the arrows. -/ theorem eq_mk_of_comm {B A : C} {X : Subobject B} (f : A ⟶ B) [Mono f] (i : (X : C) ≅ A) (w : i.hom ≫ f = X.arrow) : X = mk f
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝² : Category.{v₁, u₁} C X✝ Y Z : C D : Type u₂ inst✝¹ : Category.{v₂, u₂} D B A : C X : Subobject B f : A ⟶ B inst✝ : Mono f i : A ≅ underlying.obj X w : i.hom ≫ arrow X = f ⊢ i.symm.hom ≫ f = arrow X
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
rw [Iso.symm_hom, Iso.inv_comp_eq, w]
/-- To show that two subobjects are equal, it suffices to exhibit an isomorphism commuting with the arrows. -/ theorem mk_eq_of_comm {B A : C} {X : Subobject B} (f : A ⟶ B) [Mono f] (i : A ≅ (X : C)) (w : i.hom ≫ X.arrow = f) : mk f = X := Eq.symm <| eq_mk_of_comm _ i.symm <| by
Mathlib.CategoryTheory.Subobject.Basic.297_0.YX2OHoKUUy0oqDw
/-- To show that two subobjects are equal, it suffices to exhibit an isomorphism commuting with the arrows. -/ theorem mk_eq_of_comm {B A : C} {X : Subobject B} (f : A ⟶ B) [Mono f] (i : A ≅ (X : C)) (w : i.hom ≫ X.arrow = f) : mk f = X
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝³ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝² : Category.{v₂, u₂} D B A₁ A₂ : C f : A₁ ⟶ B g : A₂ ⟶ B inst✝¹ : Mono f inst✝ : Mono g i : A₁ ≅ A₂ w : i.hom ≫ g = f ⊢ (underlyingIso f ≪≫ i).hom ≫ g = arrow (mk f)
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
simp [w]
/-- To show that two subobjects are equal, it suffices to exhibit an isomorphism commuting with the arrows. -/ theorem mk_eq_mk_of_comm {B A₁ A₂ : C} (f : A₁ ⟶ B) (g : A₂ ⟶ B) [Mono f] [Mono g] (i : A₁ ≅ A₂) (w : i.hom ≫ g = f) : mk f = mk g := eq_mk_of_comm _ ((underlyingIso f).trans i) <| by
Mathlib.CategoryTheory.Subobject.Basic.305_0.YX2OHoKUUy0oqDw
/-- To show that two subobjects are equal, it suffices to exhibit an isomorphism commuting with the arrows. -/ theorem mk_eq_mk_of_comm {B A₁ A₂ : C} (f : A₁ ⟶ B) (g : A₂ ⟶ B) [Mono f] [Mono g] (i : A₁ ≅ A₂) (w : i.hom ≫ g = f) : mk f = mk g
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X✝ Y✝ Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D B : C X Y : Subobject B h : X ≤ Y ⊢ Mono (ofLE X Y h)
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
fconstructor
instance {B : C} (X Y : Subobject B) (h : X ≤ Y) : Mono (ofLE X Y h) := by
Mathlib.CategoryTheory.Subobject.Basic.325_0.YX2OHoKUUy0oqDw
instance {B : C} (X Y : Subobject B) (h : X ≤ Y) : Mono (ofLE X Y h)
Mathlib_CategoryTheory_Subobject_Basic
case right_cancellation C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X✝ Y✝ Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D B : C X Y : Subobject B h : X ≤ Y ⊢ ∀ {Z : C} (g h_1 : Z ⟶ underlying.obj X), g ≫ ofLE X Y h = h_1 ≫ ofLE X Y h → g = h_1
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
intro Z f g w
instance {B : C} (X Y : Subobject B) (h : X ≤ Y) : Mono (ofLE X Y h) := by fconstructor
Mathlib.CategoryTheory.Subobject.Basic.325_0.YX2OHoKUUy0oqDw
instance {B : C} (X Y : Subobject B) (h : X ≤ Y) : Mono (ofLE X Y h)
Mathlib_CategoryTheory_Subobject_Basic
case right_cancellation C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X✝ Y✝ Z✝ : C D : Type u₂ inst✝ : Category.{v₂, u₂} D B : C X Y : Subobject B h : X ≤ Y Z : C f g : Z ⟶ underlying.obj X w : f ≫ ofLE X Y h = g ≫ ofLE X Y h ⊢ f = g
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
replace w := w =≫ Y.arrow
instance {B : C} (X Y : Subobject B) (h : X ≤ Y) : Mono (ofLE X Y h) := by fconstructor intro Z f g w
Mathlib.CategoryTheory.Subobject.Basic.325_0.YX2OHoKUUy0oqDw
instance {B : C} (X Y : Subobject B) (h : X ≤ Y) : Mono (ofLE X Y h)
Mathlib_CategoryTheory_Subobject_Basic
case right_cancellation C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X✝ Y✝ Z✝ : C D : Type u₂ inst✝ : Category.{v₂, u₂} D B : C X Y : Subobject B h : X ≤ Y Z : C f g : Z ⟶ underlying.obj X w : (f ≫ ofLE X Y h) ≫ arrow Y = (g ≫ ofLE X Y h) ≫ arrow Y ⊢ f = g
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
ext
instance {B : C} (X Y : Subobject B) (h : X ≤ Y) : Mono (ofLE X Y h) := by fconstructor intro Z f g w replace w := w =≫ Y.arrow
Mathlib.CategoryTheory.Subobject.Basic.325_0.YX2OHoKUUy0oqDw
instance {B : C} (X Y : Subobject B) (h : X ≤ Y) : Mono (ofLE X Y h)
Mathlib_CategoryTheory_Subobject_Basic
case right_cancellation.h C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X✝ Y✝ Z✝ : C D : Type u₂ inst✝ : Category.{v₂, u₂} D B : C X Y : Subobject B h : X ≤ Y Z : C f g : Z ⟶ underlying.obj X w : (f ≫ ofLE X Y h) ≫ arrow Y = (g ≫ ofLE X Y h) ≫ arrow Y ⊢ f ≫ arrow X = g ≫ arrow X
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
simpa using w
instance {B : C} (X Y : Subobject B) (h : X ≤ Y) : Mono (ofLE X Y h) := by fconstructor intro Z f g w replace w := w =≫ Y.arrow ext
Mathlib.CategoryTheory.Subobject.Basic.325_0.YX2OHoKUUy0oqDw
instance {B : C} (X Y : Subobject B) (h : X ≤ Y) : Mono (ofLE X Y h)
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝³ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝² : Category.{v₂, u₂} D B A₁ A₂ : C f₁ : A₁ ⟶ B f₂ : A₂ ⟶ B inst✝¹ : Mono f₁ inst✝ : Mono f₂ g : A₁ ⟶ A₂ w : g ≫ f₂ = f₁ ⊢ ofLE (mk f₁) (mk f₂) (_ : mk f₁ ≤ mk f₂) = (underlyingIso f₁).hom ≫ g ≫ (underlyingIso f₂).inv
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
ext
theorem ofLE_mk_le_mk_of_comm {B A₁ A₂ : C} {f₁ : A₁ ⟶ B} {f₂ : A₂ ⟶ B} [Mono f₁] [Mono f₂] (g : A₁ ⟶ A₂) (w : g ≫ f₂ = f₁) : ofLE _ _ (mk_le_mk_of_comm g w) = (underlyingIso _).hom ≫ g ≫ (underlyingIso _).inv := by
Mathlib.CategoryTheory.Subobject.Basic.332_0.YX2OHoKUUy0oqDw
theorem ofLE_mk_le_mk_of_comm {B A₁ A₂ : C} {f₁ : A₁ ⟶ B} {f₂ : A₂ ⟶ B} [Mono f₁] [Mono f₂] (g : A₁ ⟶ A₂) (w : g ≫ f₂ = f₁) : ofLE _ _ (mk_le_mk_of_comm g w) = (underlyingIso _).hom ≫ g ≫ (underlyingIso _).inv
Mathlib_CategoryTheory_Subobject_Basic
case h C : Type u₁ inst✝³ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝² : Category.{v₂, u₂} D B A₁ A₂ : C f₁ : A₁ ⟶ B f₂ : A₂ ⟶ B inst✝¹ : Mono f₁ inst✝ : Mono f₂ g : A₁ ⟶ A₂ w : g ≫ f₂ = f₁ ⊢ ofLE (mk f₁) (mk f₂) (_ : mk f₁ ≤ mk f₂) ≫ arrow (mk f₂) = ((underlyingIso f₁).hom ≫ g ≫ (underlyingIso f₂).inv) ≫ arr...
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
simp [w]
theorem ofLE_mk_le_mk_of_comm {B A₁ A₂ : C} {f₁ : A₁ ⟶ B} {f₂ : A₂ ⟶ B} [Mono f₁] [Mono f₂] (g : A₁ ⟶ A₂) (w : g ≫ f₂ = f₁) : ofLE _ _ (mk_le_mk_of_comm g w) = (underlyingIso _).hom ≫ g ≫ (underlyingIso _).inv := by ext
Mathlib.CategoryTheory.Subobject.Basic.332_0.YX2OHoKUUy0oqDw
theorem ofLE_mk_le_mk_of_comm {B A₁ A₂ : C} {f₁ : A₁ ⟶ B} {f₂ : A₂ ⟶ B} [Mono f₁] [Mono f₂] (g : A₁ ⟶ A₂) (w : g ≫ f₂ = f₁) : ofLE _ _ (mk_le_mk_of_comm g w) = (underlyingIso _).hom ≫ g ≫ (underlyingIso _).inv
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝² : Category.{v₁, u₁} C X✝ Y Z : C D : Type u₂ inst✝¹ : Category.{v₂, u₂} D B A : C X : Subobject B f : A ⟶ B inst✝ : Mono f h : X ≤ mk f ⊢ Mono (ofLEMk X f h)
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
dsimp only [ofLEMk]
instance {B A : C} (X : Subobject B) (f : A ⟶ B) [Mono f] (h : X ≤ mk f) : Mono (ofLEMk X f h) := by
Mathlib.CategoryTheory.Subobject.Basic.344_0.YX2OHoKUUy0oqDw
instance {B A : C} (X : Subobject B) (f : A ⟶ B) [Mono f] (h : X ≤ mk f) : Mono (ofLEMk X f h)
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝² : Category.{v₁, u₁} C X✝ Y Z : C D : Type u₂ inst✝¹ : Category.{v₂, u₂} D B A : C X : Subobject B f : A ⟶ B inst✝ : Mono f h : X ≤ mk f ⊢ Mono (ofLE X (mk f) h ≫ (underlyingIso f).hom)
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
infer_instance
instance {B A : C} (X : Subobject B) (f : A ⟶ B) [Mono f] (h : X ≤ mk f) : Mono (ofLEMk X f h) := by dsimp only [ofLEMk]
Mathlib.CategoryTheory.Subobject.Basic.344_0.YX2OHoKUUy0oqDw
instance {B A : C} (X : Subobject B) (f : A ⟶ B) [Mono f] (h : X ≤ mk f) : Mono (ofLEMk X f h)
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝² : Category.{v₁, u₁} C X✝ Y Z : C D : Type u₂ inst✝¹ : Category.{v₂, u₂} D B A : C X : Subobject B f : A ⟶ B inst✝ : Mono f h : X ≤ mk f ⊢ ofLEMk X f h ≫ f = arrow X
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
simp [ofLEMk]
@[simp] theorem ofLEMk_comp {B A : C} {X : Subobject B} {f : A ⟶ B} [Mono f] (h : X ≤ mk f) : ofLEMk X f h ≫ f = X.arrow := by
Mathlib.CategoryTheory.Subobject.Basic.349_0.YX2OHoKUUy0oqDw
@[simp] theorem ofLEMk_comp {B A : C} {X : Subobject B} {f : A ⟶ B} [Mono f] (h : X ≤ mk f) : ofLEMk X f h ≫ f = X.arrow
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝² : Category.{v₁, u₁} C X✝ Y Z : C D : Type u₂ inst✝¹ : Category.{v₂, u₂} D B A : C f : A ⟶ B inst✝ : Mono f X : Subobject B h : mk f ≤ X ⊢ Mono (ofMkLE f X h)
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
dsimp only [ofMkLE]
instance {B A : C} (f : A ⟶ B) [Mono f] (X : Subobject B) (h : mk f ≤ X) : Mono (ofMkLE f X h) := by
Mathlib.CategoryTheory.Subobject.Basic.359_0.YX2OHoKUUy0oqDw
instance {B A : C} (f : A ⟶ B) [Mono f] (X : Subobject B) (h : mk f ≤ X) : Mono (ofMkLE f X h)
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝² : Category.{v₁, u₁} C X✝ Y Z : C D : Type u₂ inst✝¹ : Category.{v₂, u₂} D B A : C f : A ⟶ B inst✝ : Mono f X : Subobject B h : mk f ≤ X ⊢ Mono ((underlyingIso f).inv ≫ ofLE (mk f) X h)
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
infer_instance
instance {B A : C} (f : A ⟶ B) [Mono f] (X : Subobject B) (h : mk f ≤ X) : Mono (ofMkLE f X h) := by dsimp only [ofMkLE]
Mathlib.CategoryTheory.Subobject.Basic.359_0.YX2OHoKUUy0oqDw
instance {B A : C} (f : A ⟶ B) [Mono f] (X : Subobject B) (h : mk f ≤ X) : Mono (ofMkLE f X h)
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝² : Category.{v₁, u₁} C X✝ Y Z : C D : Type u₂ inst✝¹ : Category.{v₂, u₂} D B A : C f : A ⟶ B inst✝ : Mono f X : Subobject B h : mk f ≤ X ⊢ ofMkLE f X h ≫ arrow X = f
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
simp [ofMkLE]
@[simp] theorem ofMkLE_arrow {B A : C} {f : A ⟶ B} [Mono f] {X : Subobject B} (h : mk f ≤ X) : ofMkLE f X h ≫ X.arrow = f := by
Mathlib.CategoryTheory.Subobject.Basic.364_0.YX2OHoKUUy0oqDw
@[simp] theorem ofMkLE_arrow {B A : C} {f : A ⟶ B} [Mono f] {X : Subobject B} (h : mk f ≤ X) : ofMkLE f X h ≫ X.arrow = f
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝³ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝² : Category.{v₂, u₂} D B A₁ A₂ : C f : A₁ ⟶ B g : A₂ ⟶ B inst✝¹ : Mono f inst✝ : Mono g h : mk f ≤ mk g ⊢ Mono (ofMkLEMk f g h)
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
dsimp only [ofMkLEMk]
instance {B A₁ A₂ : C} (f : A₁ ⟶ B) (g : A₂ ⟶ B) [Mono f] [Mono g] (h : mk f ≤ mk g) : Mono (ofMkLEMk f g h) := by
Mathlib.CategoryTheory.Subobject.Basic.375_0.YX2OHoKUUy0oqDw
instance {B A₁ A₂ : C} (f : A₁ ⟶ B) (g : A₂ ⟶ B) [Mono f] [Mono g] (h : mk f ≤ mk g) : Mono (ofMkLEMk f g h)
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝³ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝² : Category.{v₂, u₂} D B A₁ A₂ : C f : A₁ ⟶ B g : A₂ ⟶ B inst✝¹ : Mono f inst✝ : Mono g h : mk f ≤ mk g ⊢ Mono ((underlyingIso f).inv ≫ ofLE (mk f) (mk g) h ≫ (underlyingIso g).hom)
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
infer_instance
instance {B A₁ A₂ : C} (f : A₁ ⟶ B) (g : A₂ ⟶ B) [Mono f] [Mono g] (h : mk f ≤ mk g) : Mono (ofMkLEMk f g h) := by dsimp only [ofMkLEMk]
Mathlib.CategoryTheory.Subobject.Basic.375_0.YX2OHoKUUy0oqDw
instance {B A₁ A₂ : C} (f : A₁ ⟶ B) (g : A₂ ⟶ B) [Mono f] [Mono g] (h : mk f ≤ mk g) : Mono (ofMkLEMk f g h)
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝³ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝² : Category.{v₂, u₂} D B A₁ A₂ : C f : A₁ ⟶ B g : A₂ ⟶ B inst✝¹ : Mono f inst✝ : Mono g h : mk f ≤ mk g ⊢ ofMkLEMk f g h ≫ g = f
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
simp [ofMkLEMk]
@[simp] theorem ofMkLEMk_comp {B A₁ A₂ : C} {f : A₁ ⟶ B} {g : A₂ ⟶ B} [Mono f] [Mono g] (h : mk f ≤ mk g) : ofMkLEMk f g h ≫ g = f := by
Mathlib.CategoryTheory.Subobject.Basic.380_0.YX2OHoKUUy0oqDw
@[simp] theorem ofMkLEMk_comp {B A₁ A₂ : C} {f : A₁ ⟶ B} {g : A₂ ⟶ B} [Mono f] [Mono g] (h : mk f ≤ mk g) : ofMkLEMk f g h ≫ g = f
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X✝ Y✝ Z✝ : C D : Type u₂ inst✝ : Category.{v₂, u₂} D B : C X Y Z : Subobject B h₁ : X ≤ Y h₂ : Y ≤ Z ⊢ ofLE X Y h₁ ≫ ofLE Y Z h₂ = ofLE X Z (_ : X ≤ Z)
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
simp only [ofLE, ← Functor.map_comp underlying]
@[reassoc (attr := simp)] theorem ofLE_comp_ofLE {B : C} (X Y Z : Subobject B) (h₁ : X ≤ Y) (h₂ : Y ≤ Z) : ofLE X Y h₁ ≫ ofLE Y Z h₂ = ofLE X Z (h₁.trans h₂) := by
Mathlib.CategoryTheory.Subobject.Basic.385_0.YX2OHoKUUy0oqDw
@[reassoc (attr
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X✝ Y✝ Z✝ : C D : Type u₂ inst✝ : Category.{v₂, u₂} D B : C X Y Z : Subobject B h₁ : X ≤ Y h₂ : Y ≤ Z ⊢ underlying.map (LE.le.hom h₁ ≫ LE.le.hom h₂) = underlying.map (LE.le.hom (_ : X ≤ Z))
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
congr 1
@[reassoc (attr := simp)] theorem ofLE_comp_ofLE {B : C} (X Y Z : Subobject B) (h₁ : X ≤ Y) (h₂ : Y ≤ Z) : ofLE X Y h₁ ≫ ofLE Y Z h₂ = ofLE X Z (h₁.trans h₂) := by simp only [ofLE, ← Functor.map_comp underlying]
Mathlib.CategoryTheory.Subobject.Basic.385_0.YX2OHoKUUy0oqDw
@[reassoc (attr
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝² : Category.{v₁, u₁} C X✝ Y✝ Z : C D : Type u₂ inst✝¹ : Category.{v₂, u₂} D B A : C X Y : Subobject B f : A ⟶ B inst✝ : Mono f h₁ : X ≤ Y h₂ : Y ≤ mk f ⊢ ofLE X Y h₁ ≫ ofLEMk Y f h₂ = ofLEMk X f (_ : X ≤ mk f)
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
simp only [ofMkLE, ofLEMk, ofLE, ← Functor.map_comp_assoc underlying]
@[reassoc (attr := simp)] theorem ofLE_comp_ofLEMk {B A : C} (X Y : Subobject B) (f : A ⟶ B) [Mono f] (h₁ : X ≤ Y) (h₂ : Y ≤ mk f) : ofLE X Y h₁ ≫ ofLEMk Y f h₂ = ofLEMk X f (h₁.trans h₂) := by
Mathlib.CategoryTheory.Subobject.Basic.392_0.YX2OHoKUUy0oqDw
@[reassoc (attr
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝² : Category.{v₁, u₁} C X✝ Y✝ Z : C D : Type u₂ inst✝¹ : Category.{v₂, u₂} D B A : C X Y : Subobject B f : A ⟶ B inst✝ : Mono f h₁ : X ≤ Y h₂ : Y ≤ mk f ⊢ underlying.map (LE.le.hom h₁ ≫ LE.le.hom h₂) ≫ (underlyingIso f).hom = underlying.map (LE.le.hom (_ : X ≤ mk f)) ≫ (underlyingIso f).hom
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
congr 1
@[reassoc (attr := simp)] theorem ofLE_comp_ofLEMk {B A : C} (X Y : Subobject B) (f : A ⟶ B) [Mono f] (h₁ : X ≤ Y) (h₂ : Y ≤ mk f) : ofLE X Y h₁ ≫ ofLEMk Y f h₂ = ofLEMk X f (h₁.trans h₂) := by simp only [ofMkLE, ofLEMk, ofLE, ← Functor.map_comp_assoc underlying]
Mathlib.CategoryTheory.Subobject.Basic.392_0.YX2OHoKUUy0oqDw
@[reassoc (attr
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝² : Category.{v₁, u₁} C X✝ Y✝ Z : C D : Type u₂ inst✝¹ : Category.{v₂, u₂} D B A : C X : Subobject B f : A ⟶ B inst✝ : Mono f Y : Subobject B h₁ : X ≤ mk f h₂ : mk f ≤ Y ⊢ ofLEMk X f h₁ ≫ ofMkLE f Y h₂ = ofLE X Y (_ : X ≤ Y)
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
simp only [ofMkLE, ofLEMk, ofLE, ← Functor.map_comp underlying, assoc, Iso.hom_inv_id_assoc]
@[reassoc (attr := simp)] theorem ofLEMk_comp_ofMkLE {B A : C} (X : Subobject B) (f : A ⟶ B) [Mono f] (Y : Subobject B) (h₁ : X ≤ mk f) (h₂ : mk f ≤ Y) : ofLEMk X f h₁ ≫ ofMkLE f Y h₂ = ofLE X Y (h₁.trans h₂) := by
Mathlib.CategoryTheory.Subobject.Basic.399_0.YX2OHoKUUy0oqDw
@[reassoc (attr
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝² : Category.{v₁, u₁} C X✝ Y✝ Z : C D : Type u₂ inst✝¹ : Category.{v₂, u₂} D B A : C X : Subobject B f : A ⟶ B inst✝ : Mono f Y : Subobject B h₁ : X ≤ mk f h₂ : mk f ≤ Y ⊢ underlying.map (LE.le.hom h₁ ≫ LE.le.hom h₂) = underlying.map (LE.le.hom (_ : X ≤ Y))
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
congr 1
@[reassoc (attr := simp)] theorem ofLEMk_comp_ofMkLE {B A : C} (X : Subobject B) (f : A ⟶ B) [Mono f] (Y : Subobject B) (h₁ : X ≤ mk f) (h₂ : mk f ≤ Y) : ofLEMk X f h₁ ≫ ofMkLE f Y h₂ = ofLE X Y (h₁.trans h₂) := by simp only [ofMkLE, ofLEMk, ofLE, ← Functor.map_comp underlying, assoc, Iso.hom_inv_id_assoc]
Mathlib.CategoryTheory.Subobject.Basic.399_0.YX2OHoKUUy0oqDw
@[reassoc (attr
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝³ : Category.{v₁, u₁} C X✝ Y Z : C D : Type u₂ inst✝² : Category.{v₂, u₂} D B A₁ A₂ : C X : Subobject B f : A₁ ⟶ B inst✝¹ : Mono f g : A₂ ⟶ B inst✝ : Mono g h₁ : X ≤ mk f h₂ : mk f ≤ mk g ⊢ ofLEMk X f h₁ ≫ ofMkLEMk f g h₂ = ofLEMk X g (_ : X ≤ mk g)
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
simp only [ofMkLE, ofLEMk, ofLE, ofMkLEMk, ← Functor.map_comp_assoc underlying, assoc, Iso.hom_inv_id_assoc]
@[reassoc (attr := simp)] theorem ofLEMk_comp_ofMkLEMk {B A₁ A₂ : C} (X : Subobject B) (f : A₁ ⟶ B) [Mono f] (g : A₂ ⟶ B) [Mono g] (h₁ : X ≤ mk f) (h₂ : mk f ≤ mk g) : ofLEMk X f h₁ ≫ ofMkLEMk f g h₂ = ofLEMk X g (h₁.trans h₂) := by
Mathlib.CategoryTheory.Subobject.Basic.406_0.YX2OHoKUUy0oqDw
@[reassoc (attr
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝³ : Category.{v₁, u₁} C X✝ Y Z : C D : Type u₂ inst✝² : Category.{v₂, u₂} D B A₁ A₂ : C X : Subobject B f : A₁ ⟶ B inst✝¹ : Mono f g : A₂ ⟶ B inst✝ : Mono g h₁ : X ≤ mk f h₂ : mk f ≤ mk g ⊢ underlying.map (LE.le.hom h₁ ≫ LE.le.hom h₂) ≫ (underlyingIso g).hom = underlying.map (LE.le.hom (_ : X ≤ mk ...
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
congr 1
@[reassoc (attr := simp)] theorem ofLEMk_comp_ofMkLEMk {B A₁ A₂ : C} (X : Subobject B) (f : A₁ ⟶ B) [Mono f] (g : A₂ ⟶ B) [Mono g] (h₁ : X ≤ mk f) (h₂ : mk f ≤ mk g) : ofLEMk X f h₁ ≫ ofMkLEMk f g h₂ = ofLEMk X g (h₁.trans h₂) := by simp only [ofMkLE, ofLEMk, ofLE, ofMkLEMk, ← Functor.map_comp_assoc underlyin...
Mathlib.CategoryTheory.Subobject.Basic.406_0.YX2OHoKUUy0oqDw
@[reassoc (attr
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝² : Category.{v₁, u₁} C X✝ Y✝ Z : C D : Type u₂ inst✝¹ : Category.{v₂, u₂} D B A₁ : C f : A₁ ⟶ B inst✝ : Mono f X Y : Subobject B h₁ : mk f ≤ X h₂ : X ≤ Y ⊢ ofMkLE f X h₁ ≫ ofLE X Y h₂ = ofMkLE f Y (_ : mk f ≤ Y)
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
simp only [ofMkLE, ofLEMk, ofLE, ofMkLEMk, ← Functor.map_comp underlying, assoc]
@[reassoc (attr := simp)] theorem ofMkLE_comp_ofLE {B A₁ : C} (f : A₁ ⟶ B) [Mono f] (X Y : Subobject B) (h₁ : mk f ≤ X) (h₂ : X ≤ Y) : ofMkLE f X h₁ ≫ ofLE X Y h₂ = ofMkLE f Y (h₁.trans h₂) := by
Mathlib.CategoryTheory.Subobject.Basic.415_0.YX2OHoKUUy0oqDw
@[reassoc (attr
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝² : Category.{v₁, u₁} C X✝ Y✝ Z : C D : Type u₂ inst✝¹ : Category.{v₂, u₂} D B A₁ : C f : A₁ ⟶ B inst✝ : Mono f X Y : Subobject B h₁ : mk f ≤ X h₂ : X ≤ Y ⊢ (underlyingIso f).inv ≫ underlying.map (LE.le.hom h₁ ≫ LE.le.hom h₂) = (underlyingIso f).inv ≫ underlying.map (LE.le.hom (_ : mk f ≤ Y))
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
congr 1
@[reassoc (attr := simp)] theorem ofMkLE_comp_ofLE {B A₁ : C} (f : A₁ ⟶ B) [Mono f] (X Y : Subobject B) (h₁ : mk f ≤ X) (h₂ : X ≤ Y) : ofMkLE f X h₁ ≫ ofLE X Y h₂ = ofMkLE f Y (h₁.trans h₂) := by simp only [ofMkLE, ofLEMk, ofLE, ofMkLEMk, ← Functor.map_comp underlying, assoc]
Mathlib.CategoryTheory.Subobject.Basic.415_0.YX2OHoKUUy0oqDw
@[reassoc (attr
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝³ : Category.{v₁, u₁} C X✝ Y Z : C D : Type u₂ inst✝² : Category.{v₂, u₂} D B A₁ A₂ : C f : A₁ ⟶ B inst✝¹ : Mono f X : Subobject B g : A₂ ⟶ B inst✝ : Mono g h₁ : mk f ≤ X h₂ : X ≤ mk g ⊢ ofMkLE f X h₁ ≫ ofLEMk X g h₂ = ofMkLEMk f g (_ : mk f ≤ mk g)
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
simp only [ofMkLE, ofLEMk, ofLE, ofMkLEMk, ← Functor.map_comp_assoc underlying, assoc]
@[reassoc (attr := simp)] theorem ofMkLE_comp_ofLEMk {B A₁ A₂ : C} (f : A₁ ⟶ B) [Mono f] (X : Subobject B) (g : A₂ ⟶ B) [Mono g] (h₁ : mk f ≤ X) (h₂ : X ≤ mk g) : ofMkLE f X h₁ ≫ ofLEMk X g h₂ = ofMkLEMk f g (h₁.trans h₂) := by
Mathlib.CategoryTheory.Subobject.Basic.423_0.YX2OHoKUUy0oqDw
@[reassoc (attr
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝³ : Category.{v₁, u₁} C X✝ Y Z : C D : Type u₂ inst✝² : Category.{v₂, u₂} D B A₁ A₂ : C f : A₁ ⟶ B inst✝¹ : Mono f X : Subobject B g : A₂ ⟶ B inst✝ : Mono g h₁ : mk f ≤ X h₂ : X ≤ mk g ⊢ (underlyingIso f).inv ≫ underlying.map (LE.le.hom h₁ ≫ LE.le.hom h₂) ≫ (underlyingIso g).hom = (underlyingIso f)...
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
congr 1
@[reassoc (attr := simp)] theorem ofMkLE_comp_ofLEMk {B A₁ A₂ : C} (f : A₁ ⟶ B) [Mono f] (X : Subobject B) (g : A₂ ⟶ B) [Mono g] (h₁ : mk f ≤ X) (h₂ : X ≤ mk g) : ofMkLE f X h₁ ≫ ofLEMk X g h₂ = ofMkLEMk f g (h₁.trans h₂) := by simp only [ofMkLE, ofLEMk, ofLE, ofMkLEMk, ← Functor.map_comp_assoc underlying, as...
Mathlib.CategoryTheory.Subobject.Basic.423_0.YX2OHoKUUy0oqDw
@[reassoc (attr
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝³ : Category.{v₁, u₁} C X✝ Y Z : C D : Type u₂ inst✝² : Category.{v₂, u₂} D B A₁ A₂ : C f : A₁ ⟶ B inst✝¹ : Mono f g : A₂ ⟶ B inst✝ : Mono g X : Subobject B h₁ : mk f ≤ mk g h₂ : mk g ≤ X ⊢ ofMkLEMk f g h₁ ≫ ofMkLE g X h₂ = ofMkLE f X (_ : mk f ≤ X)
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
simp only [ofMkLE, ofLEMk, ofLE, ofMkLEMk, ← Functor.map_comp underlying, assoc, Iso.hom_inv_id_assoc]
@[reassoc (attr := simp)] theorem ofMkLEMk_comp_ofMkLE {B A₁ A₂ : C} (f : A₁ ⟶ B) [Mono f] (g : A₂ ⟶ B) [Mono g] (X : Subobject B) (h₁ : mk f ≤ mk g) (h₂ : mk g ≤ X) : ofMkLEMk f g h₁ ≫ ofMkLE g X h₂ = ofMkLE f X (h₁.trans h₂) := by
Mathlib.CategoryTheory.Subobject.Basic.431_0.YX2OHoKUUy0oqDw
@[reassoc (attr
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝³ : Category.{v₁, u₁} C X✝ Y Z : C D : Type u₂ inst✝² : Category.{v₂, u₂} D B A₁ A₂ : C f : A₁ ⟶ B inst✝¹ : Mono f g : A₂ ⟶ B inst✝ : Mono g X : Subobject B h₁ : mk f ≤ mk g h₂ : mk g ≤ X ⊢ (underlyingIso f).inv ≫ underlying.map (LE.le.hom h₁ ≫ LE.le.hom h₂) = (underlyingIso f).inv ≫ underlying.map...
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
congr 1
@[reassoc (attr := simp)] theorem ofMkLEMk_comp_ofMkLE {B A₁ A₂ : C} (f : A₁ ⟶ B) [Mono f] (g : A₂ ⟶ B) [Mono g] (X : Subobject B) (h₁ : mk f ≤ mk g) (h₂ : mk g ≤ X) : ofMkLEMk f g h₁ ≫ ofMkLE g X h₂ = ofMkLE f X (h₁.trans h₂) := by simp only [ofMkLE, ofLEMk, ofLE, ofMkLEMk, ← Functor.map_comp underlying, ...
Mathlib.CategoryTheory.Subobject.Basic.431_0.YX2OHoKUUy0oqDw
@[reassoc (attr
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝⁴ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝³ : Category.{v₂, u₂} D B A₁ A₂ A₃ : C f : A₁ ⟶ B inst✝² : Mono f g : A₂ ⟶ B inst✝¹ : Mono g h : A₃ ⟶ B inst✝ : Mono h h₁ : mk f ≤ mk g h₂ : mk g ≤ mk h ⊢ ofMkLEMk f g h₁ ≫ ofMkLEMk g h h₂ = ofMkLEMk f h (_ : mk f ≤ mk h)
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
simp only [ofMkLE, ofLEMk, ofLE, ofMkLEMk, ← Functor.map_comp_assoc underlying, assoc, Iso.hom_inv_id_assoc]
@[reassoc (attr := simp)] theorem ofMkLEMk_comp_ofMkLEMk {B A₁ A₂ A₃ : C} (f : A₁ ⟶ B) [Mono f] (g : A₂ ⟶ B) [Mono g] (h : A₃ ⟶ B) [Mono h] (h₁ : mk f ≤ mk g) (h₂ : mk g ≤ mk h) : ofMkLEMk f g h₁ ≫ ofMkLEMk g h h₂ = ofMkLEMk f h (h₁.trans h₂) := by
Mathlib.CategoryTheory.Subobject.Basic.440_0.YX2OHoKUUy0oqDw
@[reassoc (attr
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝⁴ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝³ : Category.{v₂, u₂} D B A₁ A₂ A₃ : C f : A₁ ⟶ B inst✝² : Mono f g : A₂ ⟶ B inst✝¹ : Mono g h : A₃ ⟶ B inst✝ : Mono h h₁ : mk f ≤ mk g h₂ : mk g ≤ mk h ⊢ (underlyingIso f).inv ≫ underlying.map (LE.le.hom h₁ ≫ LE.le.hom h₂) ≫ (underlyingIso h).hom = ...
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
congr 1
@[reassoc (attr := simp)] theorem ofMkLEMk_comp_ofMkLEMk {B A₁ A₂ A₃ : C} (f : A₁ ⟶ B) [Mono f] (g : A₂ ⟶ B) [Mono g] (h : A₃ ⟶ B) [Mono h] (h₁ : mk f ≤ mk g) (h₂ : mk g ≤ mk h) : ofMkLEMk f g h₁ ≫ ofMkLEMk g h h₂ = ofMkLEMk f h (h₁.trans h₂) := by simp only [ofMkLE, ofLEMk, ofLE, ofMkLEMk, ← Functor.map_comp...
Mathlib.CategoryTheory.Subobject.Basic.440_0.YX2OHoKUUy0oqDw
@[reassoc (attr
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X✝ Y Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D B : C X : Subobject B ⊢ ofLE X X (_ : X ≤ X) = 𝟙 (underlying.obj X)
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
apply (cancel_mono X.arrow).mp
@[simp] theorem ofLE_refl {B : C} (X : Subobject B) : ofLE X X le_rfl = 𝟙 _ := by
Mathlib.CategoryTheory.Subobject.Basic.449_0.YX2OHoKUUy0oqDw
@[simp] theorem ofLE_refl {B : C} (X : Subobject B) : ofLE X X le_rfl = 𝟙 _
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X✝ Y Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D B : C X : Subobject B ⊢ ofLE X X (_ : X ≤ X) ≫ arrow X = 𝟙 (underlying.obj X) ≫ arrow X
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
simp
@[simp] theorem ofLE_refl {B : C} (X : Subobject B) : ofLE X X le_rfl = 𝟙 _ := by apply (cancel_mono X.arrow).mp
Mathlib.CategoryTheory.Subobject.Basic.449_0.YX2OHoKUUy0oqDw
@[simp] theorem ofLE_refl {B : C} (X : Subobject B) : ofLE X X le_rfl = 𝟙 _
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝² : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝¹ : Category.{v₂, u₂} D B A₁ : C f : A₁ ⟶ B inst✝ : Mono f ⊢ ofMkLEMk f f (_ : mk f ≤ mk f) = 𝟙 A₁
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
apply (cancel_mono f).mp
@[simp] theorem ofMkLEMk_refl {B A₁ : C} (f : A₁ ⟶ B) [Mono f] : ofMkLEMk f f le_rfl = 𝟙 _ := by
Mathlib.CategoryTheory.Subobject.Basic.455_0.YX2OHoKUUy0oqDw
@[simp] theorem ofMkLEMk_refl {B A₁ : C} (f : A₁ ⟶ B) [Mono f] : ofMkLEMk f f le_rfl = 𝟙 _
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝² : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝¹ : Category.{v₂, u₂} D B A₁ : C f : A₁ ⟶ B inst✝ : Mono f ⊢ ofMkLEMk f f (_ : mk f ≤ mk f) ≫ f = 𝟙 A₁ ≫ f
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
simp
@[simp] theorem ofMkLEMk_refl {B A₁ : C} (f : A₁ ⟶ B) [Mono f] : ofMkLEMk f f le_rfl = 𝟙 _ := by apply (cancel_mono f).mp
Mathlib.CategoryTheory.Subobject.Basic.455_0.YX2OHoKUUy0oqDw
@[simp] theorem ofMkLEMk_refl {B A₁ : C} (f : A₁ ⟶ B) [Mono f] : ofMkLEMk f f le_rfl = 𝟙 _
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D A : C B : D e : MonoOver A ≌ MonoOver B ⊢ 𝟭 (Subobject A) ≅ lower e.functor ⋙ lower e.inverse
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
apply eqToIso
/-- An equivalence between `MonoOver A` and `MonoOver B` gives an equivalence between `Subobject A` and `Subobject B`. -/ @[simps] def lowerEquivalence {A : C} {B : D} (e : MonoOver A ≌ MonoOver B) : Subobject A ≌ Subobject B where functor := lower e.functor inverse := lower e.inverse unitIso := by
Mathlib.CategoryTheory.Subobject.Basic.529_0.YX2OHoKUUy0oqDw
/-- An equivalence between `MonoOver A` and `MonoOver B` gives an equivalence between `Subobject A` and `Subobject B`. -/ @[simps] def lowerEquivalence {A : C} {B : D} (e : MonoOver A ≌ MonoOver B) : Subobject A ≌ Subobject B where functor
Mathlib_CategoryTheory_Subobject_Basic
case p C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D A : C B : D e : MonoOver A ≌ MonoOver B ⊢ 𝟭 (Subobject A) = lower e.functor ⋙ lower e.inverse
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
convert ThinSkeleton.map_iso_eq e.unitIso
/-- An equivalence between `MonoOver A` and `MonoOver B` gives an equivalence between `Subobject A` and `Subobject B`. -/ @[simps] def lowerEquivalence {A : C} {B : D} (e : MonoOver A ≌ MonoOver B) : Subobject A ≌ Subobject B where functor := lower e.functor inverse := lower e.inverse unitIso := by apply eqTo...
Mathlib.CategoryTheory.Subobject.Basic.529_0.YX2OHoKUUy0oqDw
/-- An equivalence between `MonoOver A` and `MonoOver B` gives an equivalence between `Subobject A` and `Subobject B`. -/ @[simps] def lowerEquivalence {A : C} {B : D} (e : MonoOver A ≌ MonoOver B) : Subobject A ≌ Subobject B where functor
Mathlib_CategoryTheory_Subobject_Basic
case h.e'_2 C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D A : C B : D e : MonoOver A ≌ MonoOver B ⊢ 𝟭 (Subobject A) = ThinSkeleton.map (𝟭 (MonoOver A))
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
exact ThinSkeleton.map_id_eq.symm
/-- An equivalence between `MonoOver A` and `MonoOver B` gives an equivalence between `Subobject A` and `Subobject B`. -/ @[simps] def lowerEquivalence {A : C} {B : D} (e : MonoOver A ≌ MonoOver B) : Subobject A ≌ Subobject B where functor := lower e.functor inverse := lower e.inverse unitIso := by apply eqTo...
Mathlib.CategoryTheory.Subobject.Basic.529_0.YX2OHoKUUy0oqDw
/-- An equivalence between `MonoOver A` and `MonoOver B` gives an equivalence between `Subobject A` and `Subobject B`. -/ @[simps] def lowerEquivalence {A : C} {B : D} (e : MonoOver A ≌ MonoOver B) : Subobject A ≌ Subobject B where functor
Mathlib_CategoryTheory_Subobject_Basic
case h.e'_3 C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D A : C B : D e : MonoOver A ≌ MonoOver B ⊢ lower e.functor ⋙ lower e.inverse = ThinSkeleton.map (e.functor ⋙ e.inverse)
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
exact (ThinSkeleton.map_comp_eq _ _).symm
/-- An equivalence between `MonoOver A` and `MonoOver B` gives an equivalence between `Subobject A` and `Subobject B`. -/ @[simps] def lowerEquivalence {A : C} {B : D} (e : MonoOver A ≌ MonoOver B) : Subobject A ≌ Subobject B where functor := lower e.functor inverse := lower e.inverse unitIso := by apply eqTo...
Mathlib.CategoryTheory.Subobject.Basic.529_0.YX2OHoKUUy0oqDw
/-- An equivalence between `MonoOver A` and `MonoOver B` gives an equivalence between `Subobject A` and `Subobject B`. -/ @[simps] def lowerEquivalence {A : C} {B : D} (e : MonoOver A ≌ MonoOver B) : Subobject A ≌ Subobject B where functor
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D A : C B : D e : MonoOver A ≌ MonoOver B ⊢ lower e.inverse ⋙ lower e.functor ≅ 𝟭 (Subobject B)
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
apply eqToIso
/-- An equivalence between `MonoOver A` and `MonoOver B` gives an equivalence between `Subobject A` and `Subobject B`. -/ @[simps] def lowerEquivalence {A : C} {B : D} (e : MonoOver A ≌ MonoOver B) : Subobject A ≌ Subobject B where functor := lower e.functor inverse := lower e.inverse unitIso := by apply eqTo...
Mathlib.CategoryTheory.Subobject.Basic.529_0.YX2OHoKUUy0oqDw
/-- An equivalence between `MonoOver A` and `MonoOver B` gives an equivalence between `Subobject A` and `Subobject B`. -/ @[simps] def lowerEquivalence {A : C} {B : D} (e : MonoOver A ≌ MonoOver B) : Subobject A ≌ Subobject B where functor
Mathlib_CategoryTheory_Subobject_Basic
case p C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D A : C B : D e : MonoOver A ≌ MonoOver B ⊢ lower e.inverse ⋙ lower e.functor = 𝟭 (Subobject B)
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
convert ThinSkeleton.map_iso_eq e.counitIso
/-- An equivalence between `MonoOver A` and `MonoOver B` gives an equivalence between `Subobject A` and `Subobject B`. -/ @[simps] def lowerEquivalence {A : C} {B : D} (e : MonoOver A ≌ MonoOver B) : Subobject A ≌ Subobject B where functor := lower e.functor inverse := lower e.inverse unitIso := by apply eqTo...
Mathlib.CategoryTheory.Subobject.Basic.529_0.YX2OHoKUUy0oqDw
/-- An equivalence between `MonoOver A` and `MonoOver B` gives an equivalence between `Subobject A` and `Subobject B`. -/ @[simps] def lowerEquivalence {A : C} {B : D} (e : MonoOver A ≌ MonoOver B) : Subobject A ≌ Subobject B where functor
Mathlib_CategoryTheory_Subobject_Basic
case h.e'_2 C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D A : C B : D e : MonoOver A ≌ MonoOver B ⊢ lower e.inverse ⋙ lower e.functor = ThinSkeleton.map (e.inverse ⋙ e.functor)
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
exact (ThinSkeleton.map_comp_eq _ _).symm
/-- An equivalence between `MonoOver A` and `MonoOver B` gives an equivalence between `Subobject A` and `Subobject B`. -/ @[simps] def lowerEquivalence {A : C} {B : D} (e : MonoOver A ≌ MonoOver B) : Subobject A ≌ Subobject B where functor := lower e.functor inverse := lower e.inverse unitIso := by apply eqTo...
Mathlib.CategoryTheory.Subobject.Basic.529_0.YX2OHoKUUy0oqDw
/-- An equivalence between `MonoOver A` and `MonoOver B` gives an equivalence between `Subobject A` and `Subobject B`. -/ @[simps] def lowerEquivalence {A : C} {B : D} (e : MonoOver A ≌ MonoOver B) : Subobject A ≌ Subobject B where functor
Mathlib_CategoryTheory_Subobject_Basic
case h.e'_3 C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D A : C B : D e : MonoOver A ≌ MonoOver B ⊢ 𝟭 (Subobject B) = ThinSkeleton.map (𝟭 (MonoOver B))
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
exact ThinSkeleton.map_id_eq.symm
/-- An equivalence between `MonoOver A` and `MonoOver B` gives an equivalence between `Subobject A` and `Subobject B`. -/ @[simps] def lowerEquivalence {A : C} {B : D} (e : MonoOver A ≌ MonoOver B) : Subobject A ≌ Subobject B where functor := lower e.functor inverse := lower e.inverse unitIso := by apply eqTo...
Mathlib.CategoryTheory.Subobject.Basic.529_0.YX2OHoKUUy0oqDw
/-- An equivalence between `MonoOver A` and `MonoOver B` gives an equivalence between `Subobject A` and `Subobject B`. -/ @[simps] def lowerEquivalence {A : C} {B : D} (e : MonoOver A ≌ MonoOver B) : Subobject A ≌ Subobject B where functor
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝² : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝¹ : Category.{v₂, u₂} D inst✝ : HasPullbacks C x : Subobject X ⊢ (pullback (𝟙 X)).obj x = x
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
induction' x using Quotient.inductionOn' with f
theorem pullback_id (x : Subobject X) : (pullback (𝟙 X)).obj x = x := by
Mathlib.CategoryTheory.Subobject.Basic.557_0.YX2OHoKUUy0oqDw
theorem pullback_id (x : Subobject X) : (pullback (𝟙 X)).obj x = x
Mathlib_CategoryTheory_Subobject_Basic
case h C : Type u₁ inst✝² : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝¹ : Category.{v₂, u₂} D inst✝ : HasPullbacks C f : MonoOver X ⊢ (pullback (𝟙 X)).obj (Quotient.mk'' f) = Quotient.mk'' f
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
exact Quotient.sound ⟨MonoOver.pullbackId.app f⟩
theorem pullback_id (x : Subobject X) : (pullback (𝟙 X)).obj x = x := by induction' x using Quotient.inductionOn' with f
Mathlib.CategoryTheory.Subobject.Basic.557_0.YX2OHoKUUy0oqDw
theorem pullback_id (x : Subobject X) : (pullback (𝟙 X)).obj x = x
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝² : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝¹ : Category.{v₂, u₂} D inst✝ : HasPullbacks C f : X ⟶ Y g : Y ⟶ Z x : Subobject Z ⊢ (pullback (f ≫ g)).obj x = (pullback f).obj ((pullback g).obj x)
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
induction' x using Quotient.inductionOn' with t
theorem pullback_comp (f : X ⟶ Y) (g : Y ⟶ Z) (x : Subobject Z) : (pullback (f ≫ g)).obj x = (pullback f).obj ((pullback g).obj x) := by
Mathlib.CategoryTheory.Subobject.Basic.562_0.YX2OHoKUUy0oqDw
theorem pullback_comp (f : X ⟶ Y) (g : Y ⟶ Z) (x : Subobject Z) : (pullback (f ≫ g)).obj x = (pullback f).obj ((pullback g).obj x)
Mathlib_CategoryTheory_Subobject_Basic
case h C : Type u₁ inst✝² : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝¹ : Category.{v₂, u₂} D inst✝ : HasPullbacks C f : X ⟶ Y g : Y ⟶ Z t : MonoOver Z ⊢ (pullback (f ≫ g)).obj (Quotient.mk'' t) = (pullback f).obj ((pullback g).obj (Quotient.mk'' t))
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
exact Quotient.sound ⟨(MonoOver.pullbackComp _ _).app t⟩
theorem pullback_comp (f : X ⟶ Y) (g : Y ⟶ Z) (x : Subobject Z) : (pullback (f ≫ g)).obj x = (pullback f).obj ((pullback g).obj x) := by induction' x using Quotient.inductionOn' with t
Mathlib.CategoryTheory.Subobject.Basic.562_0.YX2OHoKUUy0oqDw
theorem pullback_comp (f : X ⟶ Y) (g : Y ⟶ Z) (x : Subobject Z) : (pullback (f ≫ g)).obj x = (pullback f).obj ((pullback g).obj x)
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D x : Subobject X ⊢ (map (𝟙 X)).obj x = x
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
induction' x using Quotient.inductionOn' with f
theorem map_id (x : Subobject X) : (map (𝟙 X)).obj x = x := by
Mathlib.CategoryTheory.Subobject.Basic.581_0.YX2OHoKUUy0oqDw
theorem map_id (x : Subobject X) : (map (𝟙 X)).obj x = x
Mathlib_CategoryTheory_Subobject_Basic
case h C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D f : MonoOver X ⊢ (map (𝟙 X)).obj (Quotient.mk'' f) = Quotient.mk'' f
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
exact Quotient.sound ⟨(MonoOver.mapId _).app f⟩
theorem map_id (x : Subobject X) : (map (𝟙 X)).obj x = x := by induction' x using Quotient.inductionOn' with f
Mathlib.CategoryTheory.Subobject.Basic.581_0.YX2OHoKUUy0oqDw
theorem map_id (x : Subobject X) : (map (𝟙 X)).obj x = x
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝³ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝² : Category.{v₂, u₂} D f : X ⟶ Y g : Y ⟶ Z inst✝¹ : Mono f inst✝ : Mono g x : Subobject X ⊢ (map (f ≫ g)).obj x = (map g).obj ((map f).obj x)
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
induction' x using Quotient.inductionOn' with t
theorem map_comp (f : X ⟶ Y) (g : Y ⟶ Z) [Mono f] [Mono g] (x : Subobject X) : (map (f ≫ g)).obj x = (map g).obj ((map f).obj x) := by
Mathlib.CategoryTheory.Subobject.Basic.586_0.YX2OHoKUUy0oqDw
theorem map_comp (f : X ⟶ Y) (g : Y ⟶ Z) [Mono f] [Mono g] (x : Subobject X) : (map (f ≫ g)).obj x = (map g).obj ((map f).obj x)
Mathlib_CategoryTheory_Subobject_Basic
case h C : Type u₁ inst✝³ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝² : Category.{v₂, u₂} D f : X ⟶ Y g : Y ⟶ Z inst✝¹ : Mono f inst✝ : Mono g t : MonoOver X ⊢ (map (f ≫ g)).obj (Quotient.mk'' t) = (map g).obj ((map f).obj (Quotient.mk'' t))
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
exact Quotient.sound ⟨(MonoOver.mapComp _ _).app t⟩
theorem map_comp (f : X ⟶ Y) (g : Y ⟶ Z) [Mono f] [Mono g] (x : Subobject X) : (map (f ≫ g)).obj x = (map g).obj ((map f).obj x) := by induction' x using Quotient.inductionOn' with t
Mathlib.CategoryTheory.Subobject.Basic.586_0.YX2OHoKUUy0oqDw
theorem map_comp (f : X ⟶ Y) (g : Y ⟶ Z) [Mono f] [Mono g] (x : Subobject X) : (map (f ≫ g)).obj x = (map g).obj ((map f).obj x)
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D e : X ≅ Y g : Subobject X ⊢ (map e.inv).obj ((map e.hom).obj g) = g
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
simp_rw [← map_comp, e.hom_inv_id, map_id]
/-- In fact, there's a type level bijection between the subobjects of isomorphic objects, which preserves the order. -/ def mapIsoToOrderIso (e : X ≅ Y) : Subobject X ≃o Subobject Y where toFun := (map e.hom).obj invFun := (map e.inv).obj left_inv g := by
Mathlib.CategoryTheory.Subobject.Basic.600_0.YX2OHoKUUy0oqDw
/-- In fact, there's a type level bijection between the subobjects of isomorphic objects, which preserves the order. -/ def mapIsoToOrderIso (e : X ≅ Y) : Subobject X ≃o Subobject Y where toFun
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D e : X ≅ Y g : Subobject Y ⊢ (map e.hom).obj ((map e.inv).obj g) = g
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
simp_rw [← map_comp, e.inv_hom_id, map_id]
/-- In fact, there's a type level bijection between the subobjects of isomorphic objects, which preserves the order. -/ def mapIsoToOrderIso (e : X ≅ Y) : Subobject X ≃o Subobject Y where toFun := (map e.hom).obj invFun := (map e.inv).obj left_inv g := by simp_rw [← map_comp, e.hom_inv_id, map_id] right_inv g :...
Mathlib.CategoryTheory.Subobject.Basic.600_0.YX2OHoKUUy0oqDw
/-- In fact, there's a type level bijection between the subobjects of isomorphic objects, which preserves the order. -/ def mapIsoToOrderIso (e : X ≅ Y) : Subobject X ≃o Subobject Y where toFun
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D e : X ≅ Y A B : Subobject X ⊢ { toFun := (map e.hom).toPrefunctor.obj, invFun := (map e.inv).toPrefunctor.obj, left_inv := (_ : ∀ (g : Subobject X), (map e.inv).obj ((map e.hom).obj g) = g), right_inv := (_ : ...
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
dsimp
/-- In fact, there's a type level bijection between the subobjects of isomorphic objects, which preserves the order. -/ def mapIsoToOrderIso (e : X ≅ Y) : Subobject X ≃o Subobject Y where toFun := (map e.hom).obj invFun := (map e.inv).obj left_inv g := by simp_rw [← map_comp, e.hom_inv_id, map_id] right_inv g :...
Mathlib.CategoryTheory.Subobject.Basic.600_0.YX2OHoKUUy0oqDw
/-- In fact, there's a type level bijection between the subobjects of isomorphic objects, which preserves the order. -/ def mapIsoToOrderIso (e : X ≅ Y) : Subobject X ≃o Subobject Y where toFun
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D e : X ≅ Y A B : Subobject X ⊢ (map e.hom).obj A ≤ (map e.hom).obj B ↔ A ≤ B
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
constructor
/-- In fact, there's a type level bijection between the subobjects of isomorphic objects, which preserves the order. -/ def mapIsoToOrderIso (e : X ≅ Y) : Subobject X ≃o Subobject Y where toFun := (map e.hom).obj invFun := (map e.inv).obj left_inv g := by simp_rw [← map_comp, e.hom_inv_id, map_id] right_inv g :...
Mathlib.CategoryTheory.Subobject.Basic.600_0.YX2OHoKUUy0oqDw
/-- In fact, there's a type level bijection between the subobjects of isomorphic objects, which preserves the order. -/ def mapIsoToOrderIso (e : X ≅ Y) : Subobject X ≃o Subobject Y where toFun
Mathlib_CategoryTheory_Subobject_Basic
case mp C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D e : X ≅ Y A B : Subobject X ⊢ (map e.hom).obj A ≤ (map e.hom).obj B → A ≤ B
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
intro h
/-- In fact, there's a type level bijection between the subobjects of isomorphic objects, which preserves the order. -/ def mapIsoToOrderIso (e : X ≅ Y) : Subobject X ≃o Subobject Y where toFun := (map e.hom).obj invFun := (map e.inv).obj left_inv g := by simp_rw [← map_comp, e.hom_inv_id, map_id] right_inv g :...
Mathlib.CategoryTheory.Subobject.Basic.600_0.YX2OHoKUUy0oqDw
/-- In fact, there's a type level bijection between the subobjects of isomorphic objects, which preserves the order. -/ def mapIsoToOrderIso (e : X ≅ Y) : Subobject X ≃o Subobject Y where toFun
Mathlib_CategoryTheory_Subobject_Basic
case mp C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D e : X ≅ Y A B : Subobject X h : (map e.hom).obj A ≤ (map e.hom).obj B ⊢ A ≤ B
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
apply_fun (map e.inv).obj at h
/-- In fact, there's a type level bijection between the subobjects of isomorphic objects, which preserves the order. -/ def mapIsoToOrderIso (e : X ≅ Y) : Subobject X ≃o Subobject Y where toFun := (map e.hom).obj invFun := (map e.inv).obj left_inv g := by simp_rw [← map_comp, e.hom_inv_id, map_id] right_inv g :...
Mathlib.CategoryTheory.Subobject.Basic.600_0.YX2OHoKUUy0oqDw
/-- In fact, there's a type level bijection between the subobjects of isomorphic objects, which preserves the order. -/ def mapIsoToOrderIso (e : X ≅ Y) : Subobject X ≃o Subobject Y where toFun
Mathlib_CategoryTheory_Subobject_Basic
case mp C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D e : X ≅ Y A B : Subobject X h : (map e.inv).obj ((map e.hom).obj A) ≤ (map e.inv).obj ((map e.hom).obj B) ⊢ A ≤ B
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
simpa only [← map_comp, e.hom_inv_id, map_id] using h
/-- In fact, there's a type level bijection between the subobjects of isomorphic objects, which preserves the order. -/ def mapIsoToOrderIso (e : X ≅ Y) : Subobject X ≃o Subobject Y where toFun := (map e.hom).obj invFun := (map e.inv).obj left_inv g := by simp_rw [← map_comp, e.hom_inv_id, map_id] right_inv g :...
Mathlib.CategoryTheory.Subobject.Basic.600_0.YX2OHoKUUy0oqDw
/-- In fact, there's a type level bijection between the subobjects of isomorphic objects, which preserves the order. -/ def mapIsoToOrderIso (e : X ≅ Y) : Subobject X ≃o Subobject Y where toFun
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D e : X ≅ Y A B : Subobject X h : (map e.hom).obj A ≤ (map e.hom).obj B ⊢ Monotone (map e.inv).toPrefunctor.obj
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
apply Functor.monotone
/-- In fact, there's a type level bijection between the subobjects of isomorphic objects, which preserves the order. -/ def mapIsoToOrderIso (e : X ≅ Y) : Subobject X ≃o Subobject Y where toFun := (map e.hom).obj invFun := (map e.inv).obj left_inv g := by simp_rw [← map_comp, e.hom_inv_id, map_id] right_inv g :...
Mathlib.CategoryTheory.Subobject.Basic.600_0.YX2OHoKUUy0oqDw
/-- In fact, there's a type level bijection between the subobjects of isomorphic objects, which preserves the order. -/ def mapIsoToOrderIso (e : X ≅ Y) : Subobject X ≃o Subobject Y where toFun
Mathlib_CategoryTheory_Subobject_Basic
case mpr C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D e : X ≅ Y A B : Subobject X ⊢ A ≤ B → (map e.hom).obj A ≤ (map e.hom).obj B
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
intro h
/-- In fact, there's a type level bijection between the subobjects of isomorphic objects, which preserves the order. -/ def mapIsoToOrderIso (e : X ≅ Y) : Subobject X ≃o Subobject Y where toFun := (map e.hom).obj invFun := (map e.inv).obj left_inv g := by simp_rw [← map_comp, e.hom_inv_id, map_id] right_inv g :...
Mathlib.CategoryTheory.Subobject.Basic.600_0.YX2OHoKUUy0oqDw
/-- In fact, there's a type level bijection between the subobjects of isomorphic objects, which preserves the order. -/ def mapIsoToOrderIso (e : X ≅ Y) : Subobject X ≃o Subobject Y where toFun
Mathlib_CategoryTheory_Subobject_Basic
case mpr C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D e : X ≅ Y A B : Subobject X h : A ≤ B ⊢ (map e.hom).obj A ≤ (map e.hom).obj B
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
apply_fun (map e.hom).obj at h
/-- In fact, there's a type level bijection between the subobjects of isomorphic objects, which preserves the order. -/ def mapIsoToOrderIso (e : X ≅ Y) : Subobject X ≃o Subobject Y where toFun := (map e.hom).obj invFun := (map e.inv).obj left_inv g := by simp_rw [← map_comp, e.hom_inv_id, map_id] right_inv g :...
Mathlib.CategoryTheory.Subobject.Basic.600_0.YX2OHoKUUy0oqDw
/-- In fact, there's a type level bijection between the subobjects of isomorphic objects, which preserves the order. -/ def mapIsoToOrderIso (e : X ≅ Y) : Subobject X ≃o Subobject Y where toFun
Mathlib_CategoryTheory_Subobject_Basic
case mpr C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D e : X ≅ Y A B : Subobject X h : (map e.hom).obj A ≤ (map e.hom).obj B ⊢ (map e.hom).obj A ≤ (map e.hom).obj B
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
exact h
/-- In fact, there's a type level bijection between the subobjects of isomorphic objects, which preserves the order. -/ def mapIsoToOrderIso (e : X ≅ Y) : Subobject X ≃o Subobject Y where toFun := (map e.hom).obj invFun := (map e.inv).obj left_inv g := by simp_rw [← map_comp, e.hom_inv_id, map_id] right_inv g :...
Mathlib.CategoryTheory.Subobject.Basic.600_0.YX2OHoKUUy0oqDw
/-- In fact, there's a type level bijection between the subobjects of isomorphic objects, which preserves the order. -/ def mapIsoToOrderIso (e : X ≅ Y) : Subobject X ≃o Subobject Y where toFun
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝¹ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝ : Category.{v₂, u₂} D e : X ≅ Y A B : Subobject X h : A ≤ B ⊢ Monotone (map e.hom).toPrefunctor.obj
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
apply Functor.monotone
/-- In fact, there's a type level bijection between the subobjects of isomorphic objects, which preserves the order. -/ def mapIsoToOrderIso (e : X ≅ Y) : Subobject X ≃o Subobject Y where toFun := (map e.hom).obj invFun := (map e.inv).obj left_inv g := by simp_rw [← map_comp, e.hom_inv_id, map_id] right_inv g :...
Mathlib.CategoryTheory.Subobject.Basic.600_0.YX2OHoKUUy0oqDw
/-- In fact, there's a type level bijection between the subobjects of isomorphic objects, which preserves the order. -/ def mapIsoToOrderIso (e : X ≅ Y) : Subobject X ≃o Subobject Y where toFun
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝³ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝² : Category.{v₂, u₂} D inst✝¹ : HasPullbacks C f : X ⟶ Y inst✝ : Mono f g : Subobject X ⊢ (pullback f).obj ((map f).obj g) = g
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
revert g
@[simp] theorem pullback_map_self [HasPullbacks C] (f : X ⟶ Y) [Mono f] (g : Subobject X) : (pullback f).obj ((map f).obj g) = g := by
Mathlib.CategoryTheory.Subobject.Basic.638_0.YX2OHoKUUy0oqDw
@[simp] theorem pullback_map_self [HasPullbacks C] (f : X ⟶ Y) [Mono f] (g : Subobject X) : (pullback f).obj ((map f).obj g) = g
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝³ : Category.{v₁, u₁} C X Y Z : C D : Type u₂ inst✝² : Category.{v₂, u₂} D inst✝¹ : HasPullbacks C f : X ⟶ Y inst✝ : Mono f ⊢ ∀ (g : Subobject X), (pullback f).obj ((map f).obj g) = g
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
exact Quotient.ind (fun g' => Quotient.sound ⟨(MonoOver.pullbackMapSelf f).app _⟩)
@[simp] theorem pullback_map_self [HasPullbacks C] (f : X ⟶ Y) [Mono f] (g : Subobject X) : (pullback f).obj ((map f).obj g) = g := by revert g
Mathlib.CategoryTheory.Subobject.Basic.638_0.YX2OHoKUUy0oqDw
@[simp] theorem pullback_map_self [HasPullbacks C] (f : X ⟶ Y) [Mono f] (g : Subobject X) : (pullback f).obj ((map f).obj g) = g
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝⁴ : Category.{v₁, u₁} C X✝ Y✝ Z✝ : C D : Type u₂ inst✝³ : Category.{v₂, u₂} D inst✝² : HasPullbacks C X Y Z W : C f : X ⟶ Y g : X ⟶ Z h : Y ⟶ W k : Z ⟶ W inst✝¹ : Mono h inst✝ : Mono g comm : f ≫ h = g ≫ k t : IsLimit (PullbackCone.mk f g comm) p : Subobject Y ⊢ (map g).obj ((pullback f).obj p) = (pull...
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
revert p
theorem map_pullback [HasPullbacks C] {X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [Mono h] [Mono g] (comm : f ≫ h = g ≫ k) (t : IsLimit (PullbackCone.mk f g comm)) (p : Subobject Y) : (map g).obj ((pullback f).obj p) = (pullback k).obj ((map h).obj p) := by
Mathlib.CategoryTheory.Subobject.Basic.645_0.YX2OHoKUUy0oqDw
theorem map_pullback [HasPullbacks C] {X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [Mono h] [Mono g] (comm : f ≫ h = g ≫ k) (t : IsLimit (PullbackCone.mk f g comm)) (p : Subobject Y) : (map g).obj ((pullback f).obj p) = (pullback k).obj ((map h).obj p)
Mathlib_CategoryTheory_Subobject_Basic
C : Type u₁ inst✝⁴ : Category.{v₁, u₁} C X✝ Y✝ Z✝ : C D : Type u₂ inst✝³ : Category.{v₂, u₂} D inst✝² : HasPullbacks C X Y Z W : C f : X ⟶ Y g : X ⟶ Z h : Y ⟶ W k : Z ⟶ W inst✝¹ : Mono h inst✝ : Mono g comm : f ≫ h = g ≫ k t : IsLimit (PullbackCone.mk f g comm) ⊢ ∀ (p : Subobject Y), (map g).obj ((pullback f).obj p) = ...
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
apply Quotient.ind'
theorem map_pullback [HasPullbacks C] {X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [Mono h] [Mono g] (comm : f ≫ h = g ≫ k) (t : IsLimit (PullbackCone.mk f g comm)) (p : Subobject Y) : (map g).obj ((pullback f).obj p) = (pullback k).obj ((map h).obj p) := by revert p
Mathlib.CategoryTheory.Subobject.Basic.645_0.YX2OHoKUUy0oqDw
theorem map_pullback [HasPullbacks C] {X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [Mono h] [Mono g] (comm : f ≫ h = g ≫ k) (t : IsLimit (PullbackCone.mk f g comm)) (p : Subobject Y) : (map g).obj ((pullback f).obj p) = (pullback k).obj ((map h).obj p)
Mathlib_CategoryTheory_Subobject_Basic
case h C : Type u₁ inst✝⁴ : Category.{v₁, u₁} C X✝ Y✝ Z✝ : C D : Type u₂ inst✝³ : Category.{v₂, u₂} D inst✝² : HasPullbacks C X Y Z W : C f : X ⟶ Y g : X ⟶ Z h : Y ⟶ W k : Z ⟶ W inst✝¹ : Mono h inst✝ : Mono g comm : f ≫ h = g ≫ k t : IsLimit (PullbackCone.mk f g comm) ⊢ ∀ (a : MonoOver Y), (map g).obj ((pullback f)...
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
intro a
theorem map_pullback [HasPullbacks C] {X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [Mono h] [Mono g] (comm : f ≫ h = g ≫ k) (t : IsLimit (PullbackCone.mk f g comm)) (p : Subobject Y) : (map g).obj ((pullback f).obj p) = (pullback k).obj ((map h).obj p) := by revert p apply Quotient.ind'
Mathlib.CategoryTheory.Subobject.Basic.645_0.YX2OHoKUUy0oqDw
theorem map_pullback [HasPullbacks C] {X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [Mono h] [Mono g] (comm : f ≫ h = g ≫ k) (t : IsLimit (PullbackCone.mk f g comm)) (p : Subobject Y) : (map g).obj ((pullback f).obj p) = (pullback k).obj ((map h).obj p)
Mathlib_CategoryTheory_Subobject_Basic
case h C : Type u₁ inst✝⁴ : Category.{v₁, u₁} C X✝ Y✝ Z✝ : C D : Type u₂ inst✝³ : Category.{v₂, u₂} D inst✝² : HasPullbacks C X Y Z W : C f : X ⟶ Y g : X ⟶ Z h : Y ⟶ W k : Z ⟶ W inst✝¹ : Mono h inst✝ : Mono g comm : f ≫ h = g ≫ k t : IsLimit (PullbackCone.mk f g comm) a : MonoOver Y ⊢ (map g).obj ((pullback f).obj (Quo...
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
apply Quotient.sound
theorem map_pullback [HasPullbacks C] {X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [Mono h] [Mono g] (comm : f ≫ h = g ≫ k) (t : IsLimit (PullbackCone.mk f g comm)) (p : Subobject Y) : (map g).obj ((pullback f).obj p) = (pullback k).obj ((map h).obj p) := by revert p apply Quotient.ind' i...
Mathlib.CategoryTheory.Subobject.Basic.645_0.YX2OHoKUUy0oqDw
theorem map_pullback [HasPullbacks C] {X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [Mono h] [Mono g] (comm : f ≫ h = g ≫ k) (t : IsLimit (PullbackCone.mk f g comm)) (p : Subobject Y) : (map g).obj ((pullback f).obj p) = (pullback k).obj ((map h).obj p)
Mathlib_CategoryTheory_Subobject_Basic
case h.a C : Type u₁ inst✝⁴ : Category.{v₁, u₁} C X✝ Y✝ Z✝ : C D : Type u₂ inst✝³ : Category.{v₂, u₂} D inst✝² : HasPullbacks C X Y Z W : C f : X ⟶ Y g : X ⟶ Z h : Y ⟶ W k : Z ⟶ W inst✝¹ : Mono h inst✝ : Mono g comm : f ≫ h = g ≫ k t : IsLimit (PullbackCone.mk f g comm) a : MonoOver Y ⊢ (MonoOver.map g).obj ((MonoOver....
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
apply ThinSkeleton.equiv_of_both_ways
theorem map_pullback [HasPullbacks C] {X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [Mono h] [Mono g] (comm : f ≫ h = g ≫ k) (t : IsLimit (PullbackCone.mk f g comm)) (p : Subobject Y) : (map g).obj ((pullback f).obj p) = (pullback k).obj ((map h).obj p) := by revert p apply Quotient.ind' i...
Mathlib.CategoryTheory.Subobject.Basic.645_0.YX2OHoKUUy0oqDw
theorem map_pullback [HasPullbacks C] {X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [Mono h] [Mono g] (comm : f ≫ h = g ≫ k) (t : IsLimit (PullbackCone.mk f g comm)) (p : Subobject Y) : (map g).obj ((pullback f).obj p) = (pullback k).obj ((map h).obj p)
Mathlib_CategoryTheory_Subobject_Basic
case h.a.f C : Type u₁ inst✝⁴ : Category.{v₁, u₁} C X✝ Y✝ Z✝ : C D : Type u₂ inst✝³ : Category.{v₂, u₂} D inst✝² : HasPullbacks C X Y Z W : C f : X ⟶ Y g : X ⟶ Z h : Y ⟶ W k : Z ⟶ W inst✝¹ : Mono h inst✝ : Mono g comm : f ≫ h = g ≫ k t : IsLimit (PullbackCone.mk f g comm) a : MonoOver Y ⊢ (MonoOver.map g).obj ((MonoOve...
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
refine' MonoOver.homMk (pullback.lift pullback.fst _ _) (pullback.lift_snd _ _ _)
theorem map_pullback [HasPullbacks C] {X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [Mono h] [Mono g] (comm : f ≫ h = g ≫ k) (t : IsLimit (PullbackCone.mk f g comm)) (p : Subobject Y) : (map g).obj ((pullback f).obj p) = (pullback k).obj ((map h).obj p) := by revert p apply Quotient.ind' i...
Mathlib.CategoryTheory.Subobject.Basic.645_0.YX2OHoKUUy0oqDw
theorem map_pullback [HasPullbacks C] {X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [Mono h] [Mono g] (comm : f ≫ h = g ≫ k) (t : IsLimit (PullbackCone.mk f g comm)) (p : Subobject Y) : (map g).obj ((pullback f).obj p) = (pullback k).obj ((map h).obj p)
Mathlib_CategoryTheory_Subobject_Basic
case h.a.f C : Type u₁ inst✝⁴ : Category.{v₁, u₁} C X✝ Y✝ Z✝ : C D : Type u₂ inst✝³ : Category.{v₂, u₂} D inst✝² : HasPullbacks C X Y Z W : C f : X ⟶ Y g : X ⟶ Z h : Y ⟶ W k : Z ⟶ W inst✝¹ : Mono h inst✝ : Mono g comm : f ≫ h = g ≫ k t : IsLimit (PullbackCone.mk f g comm) a : MonoOver Y ⊢ pullback.fst ≫ ((MonoOver.forg...
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
change _ ≫ a.arrow ≫ h = (pullback.snd ≫ g) ≫ _
theorem map_pullback [HasPullbacks C] {X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [Mono h] [Mono g] (comm : f ≫ h = g ≫ k) (t : IsLimit (PullbackCone.mk f g comm)) (p : Subobject Y) : (map g).obj ((pullback f).obj p) = (pullback k).obj ((map h).obj p) := by revert p apply Quotient.ind' i...
Mathlib.CategoryTheory.Subobject.Basic.645_0.YX2OHoKUUy0oqDw
theorem map_pullback [HasPullbacks C] {X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [Mono h] [Mono g] (comm : f ≫ h = g ≫ k) (t : IsLimit (PullbackCone.mk f g comm)) (p : Subobject Y) : (map g).obj ((pullback f).obj p) = (pullback k).obj ((map h).obj p)
Mathlib_CategoryTheory_Subobject_Basic
case h.a.f C : Type u₁ inst✝⁴ : Category.{v₁, u₁} C X✝ Y✝ Z✝ : C D : Type u₂ inst✝³ : Category.{v₂, u₂} D inst✝² : HasPullbacks C X Y Z W : C f : X ⟶ Y g : X ⟶ Z h : Y ⟶ W k : Z ⟶ W inst✝¹ : Mono h inst✝ : Mono g comm : f ≫ h = g ≫ k t : IsLimit (PullbackCone.mk f g comm) a : MonoOver Y ⊢ pullback.fst ≫ MonoOver.arrow ...
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
rw [assoc, ← comm, pullback.condition_assoc]
theorem map_pullback [HasPullbacks C] {X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [Mono h] [Mono g] (comm : f ≫ h = g ≫ k) (t : IsLimit (PullbackCone.mk f g comm)) (p : Subobject Y) : (map g).obj ((pullback f).obj p) = (pullback k).obj ((map h).obj p) := by revert p apply Quotient.ind' i...
Mathlib.CategoryTheory.Subobject.Basic.645_0.YX2OHoKUUy0oqDw
theorem map_pullback [HasPullbacks C] {X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [Mono h] [Mono g] (comm : f ≫ h = g ≫ k) (t : IsLimit (PullbackCone.mk f g comm)) (p : Subobject Y) : (map g).obj ((pullback f).obj p) = (pullback k).obj ((map h).obj p)
Mathlib_CategoryTheory_Subobject_Basic
case h.a.g C : Type u₁ inst✝⁴ : Category.{v₁, u₁} C X✝ Y✝ Z✝ : C D : Type u₂ inst✝³ : Category.{v₂, u₂} D inst✝² : HasPullbacks C X Y Z W : C f : X ⟶ Y g : X ⟶ Z h : Y ⟶ W k : Z ⟶ W inst✝¹ : Mono h inst✝ : Mono g comm : f ≫ h = g ≫ k t : IsLimit (PullbackCone.mk f g comm) a : MonoOver Y ⊢ (MonoOver.pullback k).obj ((Mo...
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
refine' MonoOver.homMk (pullback.lift pullback.fst (PullbackCone.IsLimit.lift t (pullback.fst ≫ a.arrow) pullback.snd _) (PullbackCone.IsLimit.lift_fst _ _ _ _).symm) _
theorem map_pullback [HasPullbacks C] {X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [Mono h] [Mono g] (comm : f ≫ h = g ≫ k) (t : IsLimit (PullbackCone.mk f g comm)) (p : Subobject Y) : (map g).obj ((pullback f).obj p) = (pullback k).obj ((map h).obj p) := by revert p apply Quotient.ind' i...
Mathlib.CategoryTheory.Subobject.Basic.645_0.YX2OHoKUUy0oqDw
theorem map_pullback [HasPullbacks C] {X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [Mono h] [Mono g] (comm : f ≫ h = g ≫ k) (t : IsLimit (PullbackCone.mk f g comm)) (p : Subobject Y) : (map g).obj ((pullback f).obj p) = (pullback k).obj ((map h).obj p)
Mathlib_CategoryTheory_Subobject_Basic
case h.a.g.refine'_1 C : Type u₁ inst✝⁴ : Category.{v₁, u₁} C X✝ Y✝ Z✝ : C D : Type u₂ inst✝³ : Category.{v₂, u₂} D inst✝² : HasPullbacks C X Y Z W : C f : X ⟶ Y g : X ⟶ Z h : Y ⟶ W k : Z ⟶ W inst✝¹ : Mono h inst✝ : Mono g comm : f ≫ h = g ≫ k t : IsLimit (PullbackCone.mk f g comm) a : MonoOver Y ⊢ (pullback.fst ≫ ((Mo...
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
rw [← pullback.condition, assoc]
theorem map_pullback [HasPullbacks C] {X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [Mono h] [Mono g] (comm : f ≫ h = g ≫ k) (t : IsLimit (PullbackCone.mk f g comm)) (p : Subobject Y) : (map g).obj ((pullback f).obj p) = (pullback k).obj ((map h).obj p) := by revert p apply Quotient.ind' i...
Mathlib.CategoryTheory.Subobject.Basic.645_0.YX2OHoKUUy0oqDw
theorem map_pullback [HasPullbacks C] {X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [Mono h] [Mono g] (comm : f ≫ h = g ≫ k) (t : IsLimit (PullbackCone.mk f g comm)) (p : Subobject Y) : (map g).obj ((pullback f).obj p) = (pullback k).obj ((map h).obj p)
Mathlib_CategoryTheory_Subobject_Basic
case h.a.g.refine'_1 C : Type u₁ inst✝⁴ : Category.{v₁, u₁} C X✝ Y✝ Z✝ : C D : Type u₂ inst✝³ : Category.{v₂, u₂} D inst✝² : HasPullbacks C X Y Z W : C f : X ⟶ Y g : X ⟶ Z h : Y ⟶ W k : Z ⟶ W inst✝¹ : Mono h inst✝ : Mono g comm : f ≫ h = g ≫ k t : IsLimit (PullbackCone.mk f g comm) a : MonoOver Y ⊢ pullback.fst ≫ ((Mon...
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
rfl
theorem map_pullback [HasPullbacks C] {X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [Mono h] [Mono g] (comm : f ≫ h = g ≫ k) (t : IsLimit (PullbackCone.mk f g comm)) (p : Subobject Y) : (map g).obj ((pullback f).obj p) = (pullback k).obj ((map h).obj p) := by revert p apply Quotient.ind' i...
Mathlib.CategoryTheory.Subobject.Basic.645_0.YX2OHoKUUy0oqDw
theorem map_pullback [HasPullbacks C] {X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [Mono h] [Mono g] (comm : f ≫ h = g ≫ k) (t : IsLimit (PullbackCone.mk f g comm)) (p : Subobject Y) : (map g).obj ((pullback f).obj p) = (pullback k).obj ((map h).obj p)
Mathlib_CategoryTheory_Subobject_Basic
case h.a.g.refine'_2 C : Type u₁ inst✝⁴ : Category.{v₁, u₁} C X✝ Y✝ Z✝ : C D : Type u₂ inst✝³ : Category.{v₂, u₂} D inst✝² : HasPullbacks C X Y Z W : C f : X ⟶ Y g : X ⟶ Z h : Y ⟶ W k : Z ⟶ W inst✝¹ : Mono h inst✝ : Mono g comm : f ≫ h = g ≫ k t : IsLimit (PullbackCone.mk f g comm) a : MonoOver Y ⊢ pullback.lift pullba...
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
dsimp
theorem map_pullback [HasPullbacks C] {X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [Mono h] [Mono g] (comm : f ≫ h = g ≫ k) (t : IsLimit (PullbackCone.mk f g comm)) (p : Subobject Y) : (map g).obj ((pullback f).obj p) = (pullback k).obj ((map h).obj p) := by revert p apply Quotient.ind' i...
Mathlib.CategoryTheory.Subobject.Basic.645_0.YX2OHoKUUy0oqDw
theorem map_pullback [HasPullbacks C] {X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [Mono h] [Mono g] (comm : f ≫ h = g ≫ k) (t : IsLimit (PullbackCone.mk f g comm)) (p : Subobject Y) : (map g).obj ((pullback f).obj p) = (pullback k).obj ((map h).obj p)
Mathlib_CategoryTheory_Subobject_Basic
case h.a.g.refine'_2 C : Type u₁ inst✝⁴ : Category.{v₁, u₁} C X✝ Y✝ Z✝ : C D : Type u₂ inst✝³ : Category.{v₂, u₂} D inst✝² : HasPullbacks C X Y Z W : C f : X ⟶ Y g : X ⟶ Z h : Y ⟶ W k : Z ⟶ W inst✝¹ : Mono h inst✝ : Mono g comm : f ≫ h = g ≫ k t : IsLimit (PullbackCone.mk f g comm) a : MonoOver Y ⊢ pullback.lift pullba...
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
rw [pullback.lift_snd_assoc]
theorem map_pullback [HasPullbacks C] {X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [Mono h] [Mono g] (comm : f ≫ h = g ≫ k) (t : IsLimit (PullbackCone.mk f g comm)) (p : Subobject Y) : (map g).obj ((pullback f).obj p) = (pullback k).obj ((map h).obj p) := by revert p apply Quotient.ind' i...
Mathlib.CategoryTheory.Subobject.Basic.645_0.YX2OHoKUUy0oqDw
theorem map_pullback [HasPullbacks C] {X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [Mono h] [Mono g] (comm : f ≫ h = g ≫ k) (t : IsLimit (PullbackCone.mk f g comm)) (p : Subobject Y) : (map g).obj ((pullback f).obj p) = (pullback k).obj ((map h).obj p)
Mathlib_CategoryTheory_Subobject_Basic
case h.a.g.refine'_2 C : Type u₁ inst✝⁴ : Category.{v₁, u₁} C X✝ Y✝ Z✝ : C D : Type u₂ inst✝³ : Category.{v₂, u₂} D inst✝² : HasPullbacks C X Y Z W : C f : X ⟶ Y g : X ⟶ Z h : Y ⟶ W k : Z ⟶ W inst✝¹ : Mono h inst✝ : Mono g comm : f ≫ h = g ≫ k t : IsLimit (PullbackCone.mk f g comm) a : MonoOver Y ⊢ PullbackCone.IsLimit...
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Scott Morrison -/ import Mathlib.CategoryTheory.Subobject.MonoOver import Mathlib.CategoryTheory.Skeletal import Mathlib.CategoryTheory.ConcreteCategory.Basic import Mathli...
apply PullbackCone.IsLimit.lift_snd
theorem map_pullback [HasPullbacks C] {X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [Mono h] [Mono g] (comm : f ≫ h = g ≫ k) (t : IsLimit (PullbackCone.mk f g comm)) (p : Subobject Y) : (map g).obj ((pullback f).obj p) = (pullback k).obj ((map h).obj p) := by revert p apply Quotient.ind' i...
Mathlib.CategoryTheory.Subobject.Basic.645_0.YX2OHoKUUy0oqDw
theorem map_pullback [HasPullbacks C] {X Y Z W : C} {f : X ⟶ Y} {g : X ⟶ Z} {h : Y ⟶ W} {k : Z ⟶ W} [Mono h] [Mono g] (comm : f ≫ h = g ≫ k) (t : IsLimit (PullbackCone.mk f g comm)) (p : Subobject Y) : (map g).obj ((pullback f).obj p) = (pullback k).obj ((map h).obj p)
Mathlib_CategoryTheory_Subobject_Basic
V : Type u_1 P : Type u_2 inst✝⁴ : NormedAddCommGroup V inst✝³ : InnerProductSpace ℝ V inst✝² : MetricSpace P inst✝¹ : NormedAddTorsor V P hd2 : Fact (finrank ℝ V = 2) inst✝ : Module.Oriented ℝ V (Fin 2) x : P × P × P hx12 : x.1 ≠ x.2.1 hx32 : x.2.2 ≠ x.2.1 ⊢ ContinuousAt (fun y => ∡ y.1 y.2.1 y.2.2) x
/- Copyright (c) 2022 Joseph Myers. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Joseph Myers -/ import Mathlib.Analysis.Convex.Side import Mathlib.Geometry.Euclidean.Angle.Oriented.Rotation import Mathlib.Geometry.Euclidean.Angle.Unoriented.Affine #align_import geo...
let f : P × P × P → V × V := fun y => (y.1 -ᵥ y.2.1, y.2.2 -ᵥ y.2.1)
/-- Oriented angles are continuous when neither end point equals the middle point. -/ theorem continuousAt_oangle {x : P × P × P} (hx12 : x.1 ≠ x.2.1) (hx32 : x.2.2 ≠ x.2.1) : ContinuousAt (fun y : P × P × P => ∡ y.1 y.2.1 y.2.2) x := by
Mathlib.Geometry.Euclidean.Angle.Oriented.Affine.47_0.cv9h80rIUv6Ug42
/-- Oriented angles are continuous when neither end point equals the middle point. -/ theorem continuousAt_oangle {x : P × P × P} (hx12 : x.1 ≠ x.2.1) (hx32 : x.2.2 ≠ x.2.1) : ContinuousAt (fun y : P × P × P => ∡ y.1 y.2.1 y.2.2) x
Mathlib_Geometry_Euclidean_Angle_Oriented_Affine
V : Type u_1 P : Type u_2 inst✝⁴ : NormedAddCommGroup V inst✝³ : InnerProductSpace ℝ V inst✝² : MetricSpace P inst✝¹ : NormedAddTorsor V P hd2 : Fact (finrank ℝ V = 2) inst✝ : Module.Oriented ℝ V (Fin 2) x : P × P × P hx12 : x.1 ≠ x.2.1 hx32 : x.2.2 ≠ x.2.1 f : P × P × P → V × V := fun y => (y.1 -ᵥ y.2.1, y.2.2 -ᵥ y.2....
/- Copyright (c) 2022 Joseph Myers. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Joseph Myers -/ import Mathlib.Analysis.Convex.Side import Mathlib.Geometry.Euclidean.Angle.Oriented.Rotation import Mathlib.Geometry.Euclidean.Angle.Unoriented.Affine #align_import geo...
have hf1 : (f x).1 ≠ 0 := by simp [hx12]
/-- Oriented angles are continuous when neither end point equals the middle point. -/ theorem continuousAt_oangle {x : P × P × P} (hx12 : x.1 ≠ x.2.1) (hx32 : x.2.2 ≠ x.2.1) : ContinuousAt (fun y : P × P × P => ∡ y.1 y.2.1 y.2.2) x := by let f : P × P × P → V × V := fun y => (y.1 -ᵥ y.2.1, y.2.2 -ᵥ y.2.1)
Mathlib.Geometry.Euclidean.Angle.Oriented.Affine.47_0.cv9h80rIUv6Ug42
/-- Oriented angles are continuous when neither end point equals the middle point. -/ theorem continuousAt_oangle {x : P × P × P} (hx12 : x.1 ≠ x.2.1) (hx32 : x.2.2 ≠ x.2.1) : ContinuousAt (fun y : P × P × P => ∡ y.1 y.2.1 y.2.2) x
Mathlib_Geometry_Euclidean_Angle_Oriented_Affine
V : Type u_1 P : Type u_2 inst✝⁴ : NormedAddCommGroup V inst✝³ : InnerProductSpace ℝ V inst✝² : MetricSpace P inst✝¹ : NormedAddTorsor V P hd2 : Fact (finrank ℝ V = 2) inst✝ : Module.Oriented ℝ V (Fin 2) x : P × P × P hx12 : x.1 ≠ x.2.1 hx32 : x.2.2 ≠ x.2.1 f : P × P × P → V × V := fun y => (y.1 -ᵥ y.2.1, y.2.2 -ᵥ y.2....
/- Copyright (c) 2022 Joseph Myers. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Joseph Myers -/ import Mathlib.Analysis.Convex.Side import Mathlib.Geometry.Euclidean.Angle.Oriented.Rotation import Mathlib.Geometry.Euclidean.Angle.Unoriented.Affine #align_import geo...
simp [hx12]
/-- Oriented angles are continuous when neither end point equals the middle point. -/ theorem continuousAt_oangle {x : P × P × P} (hx12 : x.1 ≠ x.2.1) (hx32 : x.2.2 ≠ x.2.1) : ContinuousAt (fun y : P × P × P => ∡ y.1 y.2.1 y.2.2) x := by let f : P × P × P → V × V := fun y => (y.1 -ᵥ y.2.1, y.2.2 -ᵥ y.2.1) have ...
Mathlib.Geometry.Euclidean.Angle.Oriented.Affine.47_0.cv9h80rIUv6Ug42
/-- Oriented angles are continuous when neither end point equals the middle point. -/ theorem continuousAt_oangle {x : P × P × P} (hx12 : x.1 ≠ x.2.1) (hx32 : x.2.2 ≠ x.2.1) : ContinuousAt (fun y : P × P × P => ∡ y.1 y.2.1 y.2.2) x
Mathlib_Geometry_Euclidean_Angle_Oriented_Affine
V : Type u_1 P : Type u_2 inst✝⁴ : NormedAddCommGroup V inst✝³ : InnerProductSpace ℝ V inst✝² : MetricSpace P inst✝¹ : NormedAddTorsor V P hd2 : Fact (finrank ℝ V = 2) inst✝ : Module.Oriented ℝ V (Fin 2) x : P × P × P hx12 : x.1 ≠ x.2.1 hx32 : x.2.2 ≠ x.2.1 f : P × P × P → V × V := fun y => (y.1 -ᵥ y.2.1, y.2.2 -ᵥ y.2....
/- Copyright (c) 2022 Joseph Myers. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Joseph Myers -/ import Mathlib.Analysis.Convex.Side import Mathlib.Geometry.Euclidean.Angle.Oriented.Rotation import Mathlib.Geometry.Euclidean.Angle.Unoriented.Affine #align_import geo...
have hf2 : (f x).2 ≠ 0 := by simp [hx32]
/-- Oriented angles are continuous when neither end point equals the middle point. -/ theorem continuousAt_oangle {x : P × P × P} (hx12 : x.1 ≠ x.2.1) (hx32 : x.2.2 ≠ x.2.1) : ContinuousAt (fun y : P × P × P => ∡ y.1 y.2.1 y.2.2) x := by let f : P × P × P → V × V := fun y => (y.1 -ᵥ y.2.1, y.2.2 -ᵥ y.2.1) have ...
Mathlib.Geometry.Euclidean.Angle.Oriented.Affine.47_0.cv9h80rIUv6Ug42
/-- Oriented angles are continuous when neither end point equals the middle point. -/ theorem continuousAt_oangle {x : P × P × P} (hx12 : x.1 ≠ x.2.1) (hx32 : x.2.2 ≠ x.2.1) : ContinuousAt (fun y : P × P × P => ∡ y.1 y.2.1 y.2.2) x
Mathlib_Geometry_Euclidean_Angle_Oriented_Affine
V : Type u_1 P : Type u_2 inst✝⁴ : NormedAddCommGroup V inst✝³ : InnerProductSpace ℝ V inst✝² : MetricSpace P inst✝¹ : NormedAddTorsor V P hd2 : Fact (finrank ℝ V = 2) inst✝ : Module.Oriented ℝ V (Fin 2) x : P × P × P hx12 : x.1 ≠ x.2.1 hx32 : x.2.2 ≠ x.2.1 f : P × P × P → V × V := fun y => (y.1 -ᵥ y.2.1, y.2.2 -ᵥ y.2....
/- Copyright (c) 2022 Joseph Myers. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Joseph Myers -/ import Mathlib.Analysis.Convex.Side import Mathlib.Geometry.Euclidean.Angle.Oriented.Rotation import Mathlib.Geometry.Euclidean.Angle.Unoriented.Affine #align_import geo...
simp [hx32]
/-- Oriented angles are continuous when neither end point equals the middle point. -/ theorem continuousAt_oangle {x : P × P × P} (hx12 : x.1 ≠ x.2.1) (hx32 : x.2.2 ≠ x.2.1) : ContinuousAt (fun y : P × P × P => ∡ y.1 y.2.1 y.2.2) x := by let f : P × P × P → V × V := fun y => (y.1 -ᵥ y.2.1, y.2.2 -ᵥ y.2.1) have ...
Mathlib.Geometry.Euclidean.Angle.Oriented.Affine.47_0.cv9h80rIUv6Ug42
/-- Oriented angles are continuous when neither end point equals the middle point. -/ theorem continuousAt_oangle {x : P × P × P} (hx12 : x.1 ≠ x.2.1) (hx32 : x.2.2 ≠ x.2.1) : ContinuousAt (fun y : P × P × P => ∡ y.1 y.2.1 y.2.2) x
Mathlib_Geometry_Euclidean_Angle_Oriented_Affine
V : Type u_1 P : Type u_2 inst✝⁴ : NormedAddCommGroup V inst✝³ : InnerProductSpace ℝ V inst✝² : MetricSpace P inst✝¹ : NormedAddTorsor V P hd2 : Fact (finrank ℝ V = 2) inst✝ : Module.Oriented ℝ V (Fin 2) x : P × P × P hx12 : x.1 ≠ x.2.1 hx32 : x.2.2 ≠ x.2.1 f : P × P × P → V × V := fun y => (y.1 -ᵥ y.2.1, y.2.2 -ᵥ y.2....
/- Copyright (c) 2022 Joseph Myers. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Joseph Myers -/ import Mathlib.Analysis.Convex.Side import Mathlib.Geometry.Euclidean.Angle.Oriented.Rotation import Mathlib.Geometry.Euclidean.Angle.Unoriented.Affine #align_import geo...
exact (o.continuousAt_oangle hf1 hf2).comp ((continuous_fst.vsub continuous_snd.fst).prod_mk (continuous_snd.snd.vsub continuous_snd.fst)).continuousAt
/-- Oriented angles are continuous when neither end point equals the middle point. -/ theorem continuousAt_oangle {x : P × P × P} (hx12 : x.1 ≠ x.2.1) (hx32 : x.2.2 ≠ x.2.1) : ContinuousAt (fun y : P × P × P => ∡ y.1 y.2.1 y.2.2) x := by let f : P × P × P → V × V := fun y => (y.1 -ᵥ y.2.1, y.2.2 -ᵥ y.2.1) have ...
Mathlib.Geometry.Euclidean.Angle.Oriented.Affine.47_0.cv9h80rIUv6Ug42
/-- Oriented angles are continuous when neither end point equals the middle point. -/ theorem continuousAt_oangle {x : P × P × P} (hx12 : x.1 ≠ x.2.1) (hx32 : x.2.2 ≠ x.2.1) : ContinuousAt (fun y : P × P × P => ∡ y.1 y.2.1 y.2.2) x
Mathlib_Geometry_Euclidean_Angle_Oriented_Affine
V : Type u_1 P : Type u_2 inst✝⁴ : NormedAddCommGroup V inst✝³ : InnerProductSpace ℝ V inst✝² : MetricSpace P inst✝¹ : NormedAddTorsor V P hd2 : Fact (finrank ℝ V = 2) inst✝ : Module.Oriented ℝ V (Fin 2) p₁ p₂ : P ⊢ ∡ p₁ p₁ p₂ = 0
/- Copyright (c) 2022 Joseph Myers. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Joseph Myers -/ import Mathlib.Analysis.Convex.Side import Mathlib.Geometry.Euclidean.Angle.Oriented.Rotation import Mathlib.Geometry.Euclidean.Angle.Unoriented.Affine #align_import geo...
simp [oangle]
/-- The angle ∡AAB at a point. -/ @[simp] theorem oangle_self_left (p₁ p₂ : P) : ∡ p₁ p₁ p₂ = 0 := by
Mathlib.Geometry.Euclidean.Angle.Oriented.Affine.57_0.cv9h80rIUv6Ug42
/-- The angle ∡AAB at a point. -/ @[simp] theorem oangle_self_left (p₁ p₂ : P) : ∡ p₁ p₁ p₂ = 0
Mathlib_Geometry_Euclidean_Angle_Oriented_Affine
V : Type u_1 P : Type u_2 inst✝⁴ : NormedAddCommGroup V inst✝³ : InnerProductSpace ℝ V inst✝² : MetricSpace P inst✝¹ : NormedAddTorsor V P hd2 : Fact (finrank ℝ V = 2) inst✝ : Module.Oriented ℝ V (Fin 2) p₁ p₂ : P ⊢ ∡ p₁ p₂ p₂ = 0
/- Copyright (c) 2022 Joseph Myers. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Joseph Myers -/ import Mathlib.Analysis.Convex.Side import Mathlib.Geometry.Euclidean.Angle.Oriented.Rotation import Mathlib.Geometry.Euclidean.Angle.Unoriented.Affine #align_import geo...
simp [oangle]
/-- The angle ∡ABB at a point. -/ @[simp] theorem oangle_self_right (p₁ p₂ : P) : ∡ p₁ p₂ p₂ = 0 := by
Mathlib.Geometry.Euclidean.Angle.Oriented.Affine.62_0.cv9h80rIUv6Ug42
/-- The angle ∡ABB at a point. -/ @[simp] theorem oangle_self_right (p₁ p₂ : P) : ∡ p₁ p₂ p₂ = 0
Mathlib_Geometry_Euclidean_Angle_Oriented_Affine
V : Type u_1 P : Type u_2 inst✝⁴ : NormedAddCommGroup V inst✝³ : InnerProductSpace ℝ V inst✝² : MetricSpace P inst✝¹ : NormedAddTorsor V P hd2 : Fact (finrank ℝ V = 2) inst✝ : Module.Oriented ℝ V (Fin 2) p₁ p₂ p₃ : P h : ∡ p₁ p₂ p₃ ≠ 0 ⊢ p₁ ≠ p₂
/- Copyright (c) 2022 Joseph Myers. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Joseph Myers -/ import Mathlib.Analysis.Convex.Side import Mathlib.Geometry.Euclidean.Angle.Oriented.Rotation import Mathlib.Geometry.Euclidean.Angle.Unoriented.Affine #align_import geo...
rw [← @vsub_ne_zero V]
/-- If the angle between three points is nonzero, the first two points are not equal. -/ theorem left_ne_of_oangle_ne_zero {p₁ p₂ p₃ : P} (h : ∡ p₁ p₂ p₃ ≠ 0) : p₁ ≠ p₂ := by
Mathlib.Geometry.Euclidean.Angle.Oriented.Affine.73_0.cv9h80rIUv6Ug42
/-- If the angle between three points is nonzero, the first two points are not equal. -/ theorem left_ne_of_oangle_ne_zero {p₁ p₂ p₃ : P} (h : ∡ p₁ p₂ p₃ ≠ 0) : p₁ ≠ p₂
Mathlib_Geometry_Euclidean_Angle_Oriented_Affine
V : Type u_1 P : Type u_2 inst✝⁴ : NormedAddCommGroup V inst✝³ : InnerProductSpace ℝ V inst✝² : MetricSpace P inst✝¹ : NormedAddTorsor V P hd2 : Fact (finrank ℝ V = 2) inst✝ : Module.Oriented ℝ V (Fin 2) p₁ p₂ p₃ : P h : ∡ p₁ p₂ p₃ ≠ 0 ⊢ p₁ -ᵥ p₂ ≠ 0
/- Copyright (c) 2022 Joseph Myers. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Joseph Myers -/ import Mathlib.Analysis.Convex.Side import Mathlib.Geometry.Euclidean.Angle.Oriented.Rotation import Mathlib.Geometry.Euclidean.Angle.Unoriented.Affine #align_import geo...
exact o.left_ne_zero_of_oangle_ne_zero h
/-- If the angle between three points is nonzero, the first two points are not equal. -/ theorem left_ne_of_oangle_ne_zero {p₁ p₂ p₃ : P} (h : ∡ p₁ p₂ p₃ ≠ 0) : p₁ ≠ p₂ := by rw [← @vsub_ne_zero V];
Mathlib.Geometry.Euclidean.Angle.Oriented.Affine.73_0.cv9h80rIUv6Ug42
/-- If the angle between three points is nonzero, the first two points are not equal. -/ theorem left_ne_of_oangle_ne_zero {p₁ p₂ p₃ : P} (h : ∡ p₁ p₂ p₃ ≠ 0) : p₁ ≠ p₂
Mathlib_Geometry_Euclidean_Angle_Oriented_Affine
V : Type u_1 P : Type u_2 inst✝⁴ : NormedAddCommGroup V inst✝³ : InnerProductSpace ℝ V inst✝² : MetricSpace P inst✝¹ : NormedAddTorsor V P hd2 : Fact (finrank ℝ V = 2) inst✝ : Module.Oriented ℝ V (Fin 2) p₁ p₂ p₃ : P h : ∡ p₁ p₂ p₃ ≠ 0 ⊢ p₃ ≠ p₂
/- Copyright (c) 2022 Joseph Myers. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Joseph Myers -/ import Mathlib.Analysis.Convex.Side import Mathlib.Geometry.Euclidean.Angle.Oriented.Rotation import Mathlib.Geometry.Euclidean.Angle.Unoriented.Affine #align_import geo...
rw [← @vsub_ne_zero V]
/-- If the angle between three points is nonzero, the last two points are not equal. -/ theorem right_ne_of_oangle_ne_zero {p₁ p₂ p₃ : P} (h : ∡ p₁ p₂ p₃ ≠ 0) : p₃ ≠ p₂ := by
Mathlib.Geometry.Euclidean.Angle.Oriented.Affine.78_0.cv9h80rIUv6Ug42
/-- If the angle between three points is nonzero, the last two points are not equal. -/ theorem right_ne_of_oangle_ne_zero {p₁ p₂ p₃ : P} (h : ∡ p₁ p₂ p₃ ≠ 0) : p₃ ≠ p₂
Mathlib_Geometry_Euclidean_Angle_Oriented_Affine