What Does the Logic Axiom of Simplification Mean?

  • Thread starter Thread starter matheinste
  • Start date Start date
  • Tags Tags
    Axiom Logic
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.

{a}\rightarrow{({b}\rightarrow{a})}

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.

{a}\rightarrow{({b}\rightarrow{a})}

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).
 
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...

Similar threads

Replies
40
Views
4K
Replies
6
Views
1K
Replies
75
Views
9K
Replies
72
Views
7K
Replies
2
Views
2K
Replies
21
Views
2K
Replies
7
Views
2K
Back
Top