auto gitdoc commit
This commit is contained in:
parent
c642f47288
commit
c10e2405f8
1 changed files with 10 additions and 10 deletions
|
@ -87,17 +87,17 @@ apd {l₁} {l₂} {A} {P} {x} {y} f p =
|
|||
TODO
|
||||
|
||||
```
|
||||
-- transportconst : {A : Set} {x y : A} (B : Set) → (p : x ≡ y) → (b : B)
|
||||
-- → transport (λ _ → B) p b ≡ b
|
||||
-- transportconst {A} {x} B p b =
|
||||
-- let
|
||||
-- D : (x y : A) → (p : x ≡ y) → Set
|
||||
-- D x y p = transport (λ _ → B) p b ≡ b
|
||||
transportconst : {A : Set} {x y : A} (B : Set) → (p : x ≡ y) → (b : B)
|
||||
→ transport (λ _ → B) p b ≡ b
|
||||
transportconst {A} {x} B p b =
|
||||
let
|
||||
D : (x y : A) → (p : x ≡ y) → Set
|
||||
D x y p = transport (λ _ → B) p b ≡ b
|
||||
|
||||
-- d : (x : A) → D x x refl
|
||||
-- d x = refl
|
||||
-- in
|
||||
-- J (λ x p → transport (λ _ → B) p b ≡ b) p (d x)
|
||||
d : (x : A) → D x x refl
|
||||
d x = refl
|
||||
in
|
||||
J (λ x p → transport (λ _ → B) p b ≡ b) p (d x)
|
||||
```
|
||||
|
||||
### Lemma 2.3.8
|
||||
|
|
Loading…
Reference in a new issue