let a, b be Real; :: thesis: for A being Subset of I[01] st A = [.a,b.] holds
A is closed

let A be Subset of I[01]; :: thesis: ( A = [.a,b.] implies A is closed )
assume A1: A = [.a,b.] ; :: thesis: A is closed
per cases ( a <= b or a > b ) ;
end;