File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed
Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -27,24 +27,6 @@ Require Import TypeTheory.ALV1.RelativeUniverses.
2727Require Import TypeTheory.ALV1.Transport_along_Equivs.
2828Require Import TypeTheory.ALV1.RelUnivYonedaCompletion.
2929
30- Section Auxiliary.
31-
32- (** * Preliminaries *)
33-
34- (* TODO: upstream *)
35- Definition yoneda_induction {C : category} (F : preShv C) (c : C)
36- (P : F $p c -> UU) :
37- (forall K : _ ⟦ Yo c, F ⟧, P (invmap (@yy _ F c) K)) ->
38- forall A : F $p c, P A.
39- Proof .
40- intros H A0.
41- set (XR := homotinvweqweq (@yy _ F c)).
42- rewrite <- XR.
43- apply H.
44- Defined .
45-
46- End Auxiliary.
47-
4830(** * Definition of a CwF
4931
5032A (Fiore-style) CwF consists of:
Original file line number Diff line number Diff line change @@ -18,10 +18,6 @@ Require Import TypeTheory.Initiality.Environments.
1818
1919Local Open Scope functions.
2020
21- Section Auxiliary.
22-
23- End Auxiliary.
24-
2521Section Partial_Interpretation.
2622(** In this section, we construct the partial interpretation function. *)
2723
You can’t perform that action at this time.
0 commit comments