reserve            S for satisfying_CongruenceSymmetry
                         satisfying_CongruenceEquivalenceRelation
                         TarskiGeometryStruct,
         a,b,c,d,e,f for POINT of S;
reserve S for satisfying_CongruenceSymmetry
              satisfying_CongruenceEquivalenceRelation
              satisfying_CongruenceIdentity
              satisfying_SegmentConstruction
              satisfying_SAS
              TarskiGeometryStruct,
        q,a,b,c,a9,b9,c9,x1,x2 for POINT of S;
reserve S for satisfying_CongruenceIdentity
              satisfying_SegmentConstruction
              satisfying_BetweennessIdentity
              satisfying_Pasch
              TarskiGeometryStruct,
        a,b,c,d for POINT of S;
reserve       S for satisfying_Tarski-model TarskiGeometryStruct,
        a,b,c,d for POINT of S;
reserve         S for satisfying_CongruenceIdentity
                      satisfying_SegmentConstruction
                      satisfying_BetweennessIdentity
                      satisfying_Pasch
                      TarskiGeometryStruct,
        a,b,c,d,e for POINT of S;
reserve       S for satisfying_Tarski-model
                    TarskiGeometryStruct,
      a,b,c,d,p for POINT of S;
reserve                   S for satisfying_Tarski-model TarskiGeometryStruct,
        a,b,c,d,a9,b9,c9,d9 for POINT of S;

theorem Lm4p14p2:
  for S being satisfying_CongruenceSymmetry
              satisfying_CongruenceEquivalenceRelation
              TarskiGeometryStruct
  for a,b,c,a9,b9,c9 being POINT of S st
  a,c,b cong a9,c9,b9 holds a,b,c cong a9,b9,c9
  proof
    let S be satisfying_CongruenceSymmetry
             satisfying_CongruenceEquivalenceRelation
             TarskiGeometryStruct;
    let a,b,c,a9,b9,c9 be POINT of S;
    assume
A1: a,c,b cong a9,c9,b9;
    then b,c equiv c9,b9 by Satz2p4;
    hence thesis by A1,Satz2p5;
  end;
