let V be RealLinearSpace; :: thesis: for u being VECTOR of V
for W being Subspace of V
for C being Coset of W holds
( u in C iff C = u + W )

let u be VECTOR of V; :: thesis: for W being Subspace of V
for C being Coset of W holds
( u in C iff C = u + W )

let W be Subspace of V; :: thesis: for C being Coset of W holds
( u in C iff C = u + W )

let C be Coset of W; :: thesis: ( u in C iff C = u + W )
thus ( u in C implies C = u + W ) :: thesis: ( C = u + W implies u in C )
proof
assume A1: u in C ; :: thesis: C = u + W
ex v being VECTOR of V st C = v + W by Def6;
hence C = u + W by A1, Th54; :: thesis: verum
end;
thus ( C = u + W implies u in C ) by Th43; :: thesis: verum