fix typo
This commit is contained in:
parent
89d65b1dca
commit
e7c174719b
1 changed files with 1 additions and 1 deletions
|
@ -19,4 +19,4 @@ structure is_short_exact_t {A B : Type} {C : Type*} (f : A → B) (g : B → C)
|
|||
(is_emb : is_embedding f)
|
||||
(im_in_ker : Π(a:A), g (f a) = pt)
|
||||
(ker_in_im : Π(b:B), (g b = pt) → fiber f b)
|
||||
is_surj : is_split_surjective g)
|
||||
(is_surj : is_split_surjective g)
|
||||
|
|
Loading…
Reference in a new issue