Muchas gracias por la respuesta, con esa demostración,
\( x\leq y\land x\neq y\rightarrow x'\leq y \), ya sale todo.
Sin embargo veo un fallo:
En el primer caso, por la transitividad ya probada, \( y\leq y'\leq x \) implica que \( y\leq x \), luego por hipótesis de inducción \( x=y \). (En realidad este caso no puede darse, pero eso no importa para la prueba.)[/li][/list]
Y es que se quería probar [texx] x=y' [/texx]
Sin embargo:
[texx] x'\leq y' \rightarrow x \leq y [/texx]
Por inducción: [texx] x' \leq 0' \rightarrow x' \leq 0 \vee x'=0' \rightarrow x=0 \rightarrow x \leq 0 [/texx]
Para [texx] y' [/texx], [texx] x' \leq y'' \rightarrow x'\leq y' \vee x'=y'' [/texx]. En el primer caso, por hipótesis de inducción y transitividad [texx] x \leq y \leq y'[/texx]. En el segundo por el 4 axioma de Peano, [texx] x=y' \rightarrow x \leq y' [/texx].
Luego: [texx] \neg x'\leq x [/texx]
Para [texx] 0'\leq 0 \rightarrow 0'=0 [/texx] contradicción. Suponiendo para [texx] x [/texx], para el siguiente, [texx] x''\leq x' \rightarrow x' \leq x [/texx] contradicción.
Luego la demostración de la antisimétrica: [texx] x\leq y \wedge y \leq x \rightarrow x=y [/texx]
[texx] y=0 \rightarrow x=0=y [/texx]
[texx] y\not=0 \rightarrow \exists r y=r' \rightarrow x\leq r \vee x=r'=y [/texx], en el segundo caso está demostrado. En el primero, por transitividad [texx] r' \leq x \leq r [/texx], contradicción.
Gracias otra vez y saludos.