refactor(hott/algebra/precategory/functor): remove unnecessary annotation
This commit is contained in:
parent
4817f2a18b
commit
c0b4a47f63
1 changed files with 1 additions and 2 deletions
|
@ -123,9 +123,7 @@ namespace functor
|
||||||
protected definition comp_id_eq_id_comp (F : C ⇒ D) : F ∘f functor.id = functor.id ∘f F :=
|
protected definition comp_id_eq_id_comp (F : C ⇒ D) : F ∘f functor.id = functor.id ∘f F :=
|
||||||
!functor.id_right ⬝ !functor.id_left⁻¹
|
!functor.id_right ⬝ !functor.id_left⁻¹
|
||||||
|
|
||||||
set_option apply.class_instance false
|
|
||||||
-- "functor C D" is equivalent to a certain sigma type
|
-- "functor C D" is equivalent to a certain sigma type
|
||||||
set_option unifier.max_steps 38500
|
|
||||||
protected definition sigma_char :
|
protected definition sigma_char :
|
||||||
(Σ (to_fun_ob : C → D)
|
(Σ (to_fun_ob : C → D)
|
||||||
(to_fun_hom : Π ⦃a b : C⦄, hom a b → hom (to_fun_ob a) (to_fun_ob b)),
|
(to_fun_hom : Π ⦃a b : C⦄, hom a b → hom (to_fun_ob a) (to_fun_ob b)),
|
||||||
|
@ -150,6 +148,7 @@ namespace functor
|
||||||
apply idp},
|
apply idp},
|
||||||
end
|
end
|
||||||
|
|
||||||
|
set_option apply.class_instance false
|
||||||
protected definition is_hset_functor
|
protected definition is_hset_functor
|
||||||
[HD : is_hset D] : is_hset (functor C D) :=
|
[HD : is_hset D] : is_hset (functor C D) :=
|
||||||
begin
|
begin
|
||||||
|
|
Loading…
Add table
Reference in a new issue