Questions tagged [proofs]
For questions about mathematical proofs in an educational context.
208 questions
6 votes
1 answer
210 views
If...then...: teaching truth tables and proof methods
In my experience, students who are new to writing their own proofs can get confused about the difference between: truth tables related to if-then statements; e.g., defining when "if p, then q&...
2 votes
0 answers
113 views
What proportion of proofs do students typically attempt on their own, compared to those they learn by reading books or watching videos? [closed]
This is something I often wonder about whenever I turn to a book or video to understand a proof. I’m aware that everyone, at some point, has been unable to complete a proof on their own and has had to ...
4 votes
4 answers
461 views
Why is undergraduate math taught often in ignorance of computer science?
I recently started learning more computer science, and I find that the language we use there can be used to give succinct descriptions of many of the phenomena that come up in proofs. For example, if ...
1 vote
0 answers
80 views
Looking for insights on a new framework for teaching math through clear trails and familiar anchors [closed]
I’ve been working on a new instructional framework for modern math based on irreducible route units and roadmaps, where logical steps are explicitly justified and anchored to familiar concepts and ...
1 vote
0 answers
126 views
Categorizing Method of Contradiction
How can the Method of Contradiction be formally classified into distinct types of proofs—such as proof by infinite descent—and in what ways does each category apply to different classes of ...
3 votes
3 answers
987 views
Translating Intuition Into Rigor: Motivating The Proof Of A Result From Topological Vector Spaces
I have seen many students struggling with the concept of topological vector spaces. They get stuck with the proofs of quite trivial results even though they feel it is true. However, the main problem ...
4 votes
7 answers
3k views
How to teach high school students to analyze diagrams in a proof?
I work as a math intervention teacher with high school sophomores who are currently taking geometry. The sequence of instruction is as followed (so far this year): Introduction to geometry - naming ...
14 votes
7 answers
2k views
Convincing the contrapositive is equivalent
To prove that $a \Rightarrow b$, we can equivalently prove $\neg{b} \Rightarrow \neg{a}$. Q. How can we best explain this to the student? Here's my attempt. Suppose we prove that $\neg{b} \...
4 votes
3 answers
538 views
How Can I Improve My Mathematical Writing to Sound More Formal and Precise?
I am studying Mathematics/Statistics at university, and realizing how important formal mathematical writing is—not just for assignments and papers, but as a general means of communicating ideas. ...
0 votes
1 answer
237 views
Should more basic methods of proof be taught BEFORE induction?
Would it help to introduce students to methods of proof more basic than induction, e.g. how to structure a simple proof with a premise and a conclusion, how to generalize, etc.? Maybe start with ...
1 vote
1 answer
159 views
Math problems amount to some learning? So how would I tackle alot of problems given a time interval?
I know taking a while to solving a problem matters and that I'd need to consider where I feel I'm lacking or lagging behind on a problem to know which to focus on. But if I were to tackle conceptual ...
4 votes
1 answer
2k views
Enhancing mathematical proof skills using AI (in university teaching)
I would appreciate ideas on good practice in the use of AI among mathematics and statistics students to improve their critical thinking in the development of mathematical proofs. I am wondering about ...
8 votes
4 answers
3k views
Is it feasible to create an online platform to effectively teach college-level math (abstract algebra, real analysis, etc.)?
I’m thinking about creating an online platform to teach college-level math subjects like abstract algebra, real analysis, topology, and other proof-heavy areas. A key challenge I’m facing is how to ...
5 votes
4 answers
349 views
Proof that $e$ is finite
Define $e-1$ as the yearly compound interest obtained from a one dollar investment with 100% gross annual interest: $$ e := \lim_{n\to\infty} (1+1/n)^n =: \lim_{n\to\infty} a_n $$ Nine year olds can ...
11 votes
5 answers
2k views
Teaching students how to check the validity of their proofs
The question Teaching students to find and correct their own errors and its answers address mainly calculation problems of the types typically found in secondary school and the lower levels of ...