I have only heard of a few methods of proof, namely, contrapositive, induction, contradiction, construction, and counter example. Are there other types of proofs?
2026-03-30 08:07:20.1774858040
Are there other methods of proof other than contrapositive, induction, contradiction, construction, and counter example?
194 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in LOGIC
- Theorems in MK would imply theorems in ZFC
- What is (mathematically) minimal computer architecture to run any software
- What formula proved in MK or Godel Incompleteness theorem
- Determine the truth value and validity of the propositions given
- Is this a commonly known paradox?
- Help with Propositional Logic Proof
- Symbol for assignment of a truth-value?
- Find the truth value of... empty set?
- Do I need the axiom of choice to prove this statement?
- Prove that any truth function $f$ can be represented by a formula $φ$ in cnf by negating a formula in dnf
Related Questions in PROOF-WRITING
- how is my proof on equinumerous sets
- Do these special substring sets form a matroid?
- How do I prove this question involving primes?
- Total number of nodes in a full k-ary tree. Explanation
- Prove all limit points of $[a,b]$ are in $[a,b]$
- $\inf A = -\sup (-A)$
- Prove that $\sup(cA)=c\sup(A)$.
- Supremum of Sumset (Proof Writing)
- Fibonacci Numbers Proof by Induction (Looking for Feedback)
- Is my method correct for to prove $a^{\log_b c} = c^{\log_b a}$?
Related Questions in FOUNDATIONS
- Difference between provability and truth of Goodstein's theorem
- Can all unprovable statements in a given mathematical theory be determined with the addition of a finite number of new axioms?
- Map = Tuple? Advantages and disadvantages
- Why doesn't the independence of the continuum hypothesis immediately imply that ZFC is unsatisfactory?
- Formally what is an unlabeled graph? I have no problem defining labeled graphs with set theory, but can't do the same here.
- Defining first order logic quantifiers without sets
- How to generalize the mechanism of subtraction, from naturals to negatives?
- Mathematical ideas that took long to define rigorously
- What elementary theorems depend on the Axiom of Infinity?
- Proving in Quine's New Foundations
Related Questions in PROOF-THEORY
- Decision procedure in Presburger arithmetic
- Is this proof correct? (Proof Theory)
- Finite axiomatizability of theories in infinitary logic?
- Stochastic proof variance
- If $(x^{(n)})^∞_{n=m}$ is Cauchy and if some subsequence of $(x^{(n)})^∞_{n=m}$ converges then so does $(x^{(n)})^∞_{n=m}$
- Deduction in polynomial calculus.
- Are there automated proof search algorithms for extended Frege systems?
- Exotic schemes of implications, examples
- Is there any formal problem that cannot be proven using mathematical induction?
- Proofs using theorems instead of axioms
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Your question is one that I wish other mathematics students ask as well. You probably realize that you've been taught some valid forms of argument, but are now wondering whether there may be some other valid argument forms that are necessary to prove some theorems.
What you're looking for is a formal system, which basically specifies what sentences you can write down given what you have already written down. There is a variety of formal systems, based on different styles of presentation. A few examples are natural deduction (Gentzen's tree-style,Fitch's indentation-style), Hilbert-style calculii, sequent calculus (which can be used to reason about formal systems themselves!).
In some of these, such as Fitch-style natural deduction, what you can write down depends on the current context. For example, in the context where you have assumed that a sentence $A$ is true, of course you can write down $A$, and of course you cannot write $A$ outside that context unless you've already proven it outside, namely without using that assumption. Also, I couldn't find online any user-friendly extension of Fitch-style natural deduction for propositional logic to first-order logic, so please refer to this for a formal specification of such an extension that I personally use.
As I've described it, one does not need to have axioms in a formal system as a separate notion, because each axiom can be treated as a rule instead (it says that you can always write down ...). However, it is sometimes useful to consider axioms as separate from the formal system, namely as the starting collection of sentences on which the rules of the formal system are to be applied to.
It is a surprising fact about classical first-order logic that there is a formal system with rules that can be completely described that can prove every sentence that is true in all situations that satisfy the axioms (called models). This is a non-trivial result, and does not hold for many other logics such as second-order logic. This fact is itself proven in a separate formal system called a meta-system, which is capable of reasoning about sentences and is strong enough to perform certain constructions of models. It turns out that all the formal systems I listed above are sufficient for this purpose, namely that every one of them can prove every sentence that is true for every model, although some of them such as Hilbert-style calculii are extremely not user-friendly, though they can be useful for theoretical analysis of various logics.