I know for simple induction you generally want to use this technique when the domain of the conjecture is in the Naturals.However, direct-proof approach would sometimes work too. For example, if i were to find the max length of a path in a connected graph with n vertices, would i claim the max length is n-1 then do induction on n? On the flipside, can i just argue that the graph will at most have path of length n-1 since every consecutive vertice in path must be an edge(by definition). Thus if the graph has a cycle max path length would be less than n-1.
2026-03-25 12:55:34.1774443334
Having trouble figuring out when to use induction or direct proof.
201 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in PROOF-VERIFICATION
- how is my proof on equinumerous sets
- Existence of a denumerble partition.
- Confirmation of Proof: $\forall n \in \mathbb{N}, \ \pi (n) \geqslant \frac{\log n}{2\log 2}$
- Calculating probabilities using Markov chains.
- Solution to a hard inequality
- Given a function, prove that it's injective
- Is the following set open/closed/compact in the metric space?
- Surjective function proof
- Possible Error in Dedekind Construction of Stillwell's Book
- Proving dual convex cone property
Related Questions in GRAPH-THEORY
- characterisation of $2$-connected graphs with no even cycles
- Explanation for the static degree sort algorithm of Deo et al.
- A certain partition of 28
- decomposing a graph in connected components
- Is it true that if a graph is bipartite iff it is class 1 (edge-coloring)?
- Fake induction, can't find flaw, every graph with zero edges is connected
- Triangle-free graph where every pair of nonadjacent vertices has exactly two common neighbors
- Inequality on degrees implies perfect matching
- Proving that no two teams in a tournament win same number of games
- Proving that we can divide a graph to two graphs which induced subgraph is connected on vertices of each one
Related Questions in INDUCTION
- Show that the sequence is bounded below 3
- Fake induction, can't find flaw, every graph with zero edges is connected
- Prove that any truth function $f$ can be represented by a formula $φ$ in cnf by negating a formula in dnf
- Prove $\sum^{n}_{i=1}\binom{n}{i}i=n2^{n-1}$ using binomial and induction
- Induction proof of Fibonacci numbers
- The Martian Monetary System
- How to format a proof by induction
- $x+\frac{1}{x}$ is an integer
- Help with induction proof please! For an integer $n, 3$ divides $n^3-n$
- Proving $\sum_{k=1}^n kk!=(n+1)!−1$
Related Questions in PROOF-EXPLANATION
- (From Awodey)$\sf C \cong D$ be equivalent categories then $\sf C$ has binary products if and only if $\sf D$ does.
- Help with Propositional Logic Proof
- Lemma 1.8.2 - Convex Bodies: The Brunn-Minkowski Theory
- Proof of Fourier transform of cos$2\pi ft$
- Total number of nodes in a full k-ary tree. Explanation
- Finding height of a $k$-ary tree
- How to get the missing brick of the proof $A \circ P_\sigma = P_\sigma \circ A$ using permutations?
- Inner Product Same for all Inputs
- Complex Derivatives in Polar Form
- Confused about how to prove a function is surjective/injective?
Related Questions in FORMAL-PROOFS
- What is a gross-looking formal axiomatic proof for a relatively simple proposition?
- Limit of $f(x) = x \bmod k$
- Need help with formalising proofs in Calculus. Convergent and Divergent series:
- Proving either or statements (in group theory)
- Prove a floor function is onto/surjective
- Countability of Fibonacci series
- Can the natural deduction system prove $P \iff ¬P$ to show that it's a contradiction?
- How would I show that X is equivalent to ((¬X ↔ X ) ∨ X )?
- Variations in the Statement of Strong Induction: Equivalent or Different?
- Is this proof correct? (natural deduction)
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?
Since I'm not very knowledgeable about graph theory, I won't try to recommend which method(s) to use with your example of the "max length of a path in a connected graph with $n$ vertices".
For what it's worth though, in answer as to when to use induction or direct proof (or possibly other techniques) in general, I believe there are no hard & fast rules. Note that many (likely most) conjectures can be proven in more than one way. The "best" technique generally depends on what you know & understand, plus what seems to be simplest & easiest. However, there may be exceptions, such as if a longer & more involved technique gives a more general result that can be applied to many other situations.
Although general guidelines can be determined, or provided, as to what proof technique is best to use in various situations, I don't believe anybody can ever reasonably cover every possible case. Instead, your knowledge & experience will often help guide you in terms of how to best approach trying to solve a given problem.
Specifically regarding using induction, though, I don't fully agree with your initial statement of
A more accurate statement would be that one of the first techniques you should consider using is simple induction. There are many conjectures with domains of the natural numbers where simple induction does not work, or at least does not work well, but either some other type of induction (e.g., strong) could work, or perhaps induction is not really applicable at all (e.g., for many prime, congruence, polynomial, etc., related conjectures). However, a good clue that a type of induction will likely work well is if you have some type of relation of one natural number value, defined by values at other earlier natural number(s) (e.g., a sequence value at $n$ is defined in terms of the values at $n - 1$ and $n - 2$). This will help to allow applying the required base and inductive steps (e.g., as explained in Mathematical induction).