Proving Similar Statements Using Proof Alteration

  • Thread starter mXSCNT
  • Start date
  • Tags
    Proof
In summary, a computer can slightly alter a formal proof by substituting, rearranging, or applying different logical rules, as long as it has the necessary knowledge and ability to recognize similarities between statements.
  • #1
mXSCNT
315
1
Suppose you have a formal proof of a statement S, but you want to prove a statement S' which is in some way similar to S. The question is, how might a computer slightly alter the proof of S in such a way that it becomes a proof of S'?

Here's an example (using v for disjunction, n for conjunction). Skip it if you find it tedious.
Code:
1. (A v B) n C (assume.)
| 2. (A v B) (1, conjunction elimination)
| 3. (A v B) v (A v B) (2, disjunction introduction)
| 4. C (1, conjunction elimination)
| 5. ((A v B) v (A v B)) n C (3,4, conjunction introduction)
6. ((A v B) n C) -> (((A v B) v (A v B)) n C) (1,5,conditional proof)
Now suppose that instead of S = ((A v B) n C) -> (((A v B) v (A v B)) n C), we wanted to prove S' = (~(A n B) n C) -> (((~A v ~B) v D) n C). This could be done as follows:
Code:
1. ~(A n B) n C (assume.)
| 2. ~(A n B) (1, conjunction elimination)
| 3. ~A v ~B (2, DeMorgan)
| 4. (~A v ~B) v D (3, disjunction introduction)
| 5. C (1, conjunction elimination)
| 6. ((~A v ~B) v D) n C (4,5, conjunction introduction)
7. (~(A n B) n C) -> (((~A v ~B) v D) n C) (1,6,conditional proof)
The proof for S' has been derived from the proof for S, by replacing the premise (A v B) n C with the premise ~(A n B) n C, applying DeMorgan's rule after step 2, and introducing D instead of (A v B) in the disjunction introduction.
 
Last edited:
Physics news on Phys.org
  • #2
This slight alteration allows the proof to still follow the same logical structure and rules, but with different premises and conclusion.

In general, a computer can alter a formal proof by substituting different logical statements or symbols, using different logical rules or axioms, or rearranging the steps of the proof to fit a different structure. However, it is important to note that the computer must be programmed with the necessary knowledge and understanding of logical rules and principles in order to make these alterations accurately and effectively. Additionally, the computer may also need to be able to recognize patterns and similarities between statements in order to make the appropriate changes.
 

Related to Proving Similar Statements Using Proof Alteration

What is "Proving Similar Statements Using Proof Alteration"?

"Proving Similar Statements Using Proof Alteration" is a mathematical method used to prove that two statements are similar by altering one of the statements to match the other.

How does "Proving Similar Statements Using Proof Alteration" work?

This method involves finding a way to manipulate one statement to make it match the other statement. This is usually done by using algebraic equations or logical reasoning.

What are the benefits of using "Proving Similar Statements Using Proof Alteration"?

Using this method can save time and effort in proving similar statements, as it allows for the use of previously proven statements and known mathematical properties.

What are some common techniques used in "Proving Similar Statements Using Proof Alteration"?

Some common techniques include substitution, algebraic manipulation, and logical reasoning. These techniques allow for the alteration of one statement to make it match the other, ultimately proving their similarity.

In what situations is "Proving Similar Statements Using Proof Alteration" most useful?

This method is especially useful when trying to prove the similarity of complex statements or when there is limited information available. It can also be helpful in identifying patterns and relationships between different statements.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
702
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
24
Views
825
  • Calculus and Beyond Homework Help
Replies
7
Views
431
  • Calculus and Beyond Homework Help
Replies
3
Views
535
Back
Top