What Does the Logic Axiom of Simplification Mean?

  • Context: Undergrad 
  • Thread starter Thread starter matheinste
  • Start date Start date
  • Tags Tags
    Axiom Logic
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
matheinste
Messages
1,068
Reaction score
0
Hello all

I cannot find a simple explanation of the meaning of this axiom, probably because it is considered so obvioius that it needs no explanation. Can anyone explain in words.

[tex]{a}\rightarrow{({b}\rightarrow{a})}[/tex]

Thanks. Matheinste.
 
Physics news on Phys.org
I'm not sure what you're looking for.

If a is false, then the statement reduces to "false implies stuff" which is by definition true. If a is true the statement reduces to "b implies true" which is also by definition true.
 
a -> (b -> a) is also equivalent to (a & b) -> a:

a -> (b -> a)
~a v (~b v a) [p -> q <=> ~p v q]
(~a v ~b) v a [(p v q) v r <=> p v (q v r)]
~(a & b) v a [~(p & q) <=> ~p v ~q]
(a & b) -> a

This formula also follows from the assumptions that (i) a formula always implies itself (p -> p) and (ii) lengthening a formula doesn't remove any of the formulas that the original implied ((p -> q) -> ((p & r) -> q)).
 
honestrosewater said:
a -> (b -> a) is also equivalent to (a & b) -> a:

a -> (b -> a)
~a v (~b v a) [p -> q <=> ~p v q]
(~a v ~b) v a [(p v q) v r <=> p v (q v r)]
~(a & b) v a [~(p & q) <=> ~p v ~q]
(a & b) -> a

This formula also follows from the assumptions that (i) a formula always implies itself (p -> p) and (ii) lengthening a formula doesn't remove any of the formulas that the original implied ((p -> q) -> ((p & r) -> q)).

Thanks also to GRGreathouse. I see it now.

To Compuchip. Yes, I mistakenly repeated the thread but did not know how to remove the second posting.

Thanks. Matheinste.
 
matheinste said:
Hello all

I cannot find a simple explanation of the meaning of this axiom, probably because it is considered so obvioius that it needs no explanation. Can anyone explain in words.

[tex]{a}\rightarrow{({b}\rightarrow{a})}[/tex]

Thanks. Matheinste.
It's a formula expressing the fact that a is deducible from a,b. It's a particular instance of the structural rule of weakening (which says that if A |- B, then A,phi |- B).