{ x where x is Element of : x is_a_root_of p } c= the carrier of L
proof
let y be set ; :: according to TARSKI:def 3 :: thesis: ( not y in { x where x is Element of : x is_a_root_of p } or y in the carrier of L )
assume y in { x where x is Element of : x is_a_root_of p } ; :: thesis: y in the carrier of L
then ex x being Element of st
( x = y & x is_a_root_of p ) ;
hence y in the carrier of L ; :: thesis: verum
end;
then reconsider X = { x where x is Element of : x is_a_root_of p } as Subset of ;
take X ; :: thesis: for x being Element of holds
( x in X iff x is_a_root_of p )

let x be Element of ; :: thesis: ( x in X iff x is_a_root_of p )
thus ( x in X implies x is_a_root_of p ) :: thesis: ( x is_a_root_of p implies x in X )
proof end;
assume x is_a_root_of p ; :: thesis: x in X
hence x in X ; :: thesis: verum