Nuprl Definition : is-short-exact

is-short-exact(A;B;C;f;g) ==
  (∀a:Point(A). (a ∈ Ker(f) ⇐⇒ 0 ∈ Point(A)))
  ∧ (∀b:Point(B). (b ∈ Img(f) ⇐⇒ b ∈ Ker(g)))
  ∧ (∀c:Point(C). c ∈ Img(g))



Definitions occuring in Statement :  vs-map-image: b ∈ Img(f) vs-map-kernel: a ∈ Ker(f) vs-0: 0 vs-point: Point(vs) all: x:A. B[x] iff: ⇐⇒ Q and: P ∧ Q equal: t ∈ T
Definitions occuring in definition :  equal: t ∈ T vs-0: 0 and: P ∧ Q iff: ⇐⇒ Q vs-map-kernel: a ∈ Ker(f) all: x:A. B[x] vs-point: Point(vs) vs-map-image: b ∈ Img(f)
FDL editor aliases :  is-short-exact

Latex:
is-short-exact(A;B;C;f;g)  ==
    (\mforall{}a:Point(A).  (a  \mmember{}  Ker(f)  \mLeftarrow{}{}\mRightarrow{}  a  =  0))
    \mwedge{}  (\mforall{}b:Point(B).  (b  \mmember{}  Img(f)  \mLeftarrow{}{}\mRightarrow{}  b  \mmember{}  Ker(g)))
    \mwedge{}  (\mforall{}c:Point(C).  c  \mmember{}  Img(g))



Date html generated: 2019_10_31-AM-06_27_37
Last ObjectModification: 2019_08_21-PM-06_28_12

Theory : linear!algebra


Home Index