Simple proof that $\pi$ is irrational
Consider the Gregory - Leibniz series for $\pi/4$: $$\frac \pi 4 = 1 - \frac 1 3 + \frac 1 5 + \cdots $$
Let $A_n/B_n$ be the irreducible fraction given by partial sum $S_n$ up to the $n$th term $\pm 1/(2n-1)$.
It can be shown that largest prime number $p_\max$ in the individual term denominators of $S_n$ satisfies $n < p_\max \leq 2n-1$. (Bertrand's postulate).
It can be shown that $p_\max$ must be a prime factor of $B_n$, and therefore $p_\max$ is a lower bound on $B_n$.
It follows that $n$ is a lower bound on $B_n$.
Suppose $A/B$ is the irreducible fraction $\pi/4$.
Assumption: $B \geq \liminf_{n \to \infty} (B_n)$
Given this assumption, $B$ cannot be finite and so $\pi/4$ is irrational.
--
I think to be a real proof, the assumption needs to be proven. Would that be difficult?
You proof idea breaks because it could prove that $0\notin\mathbb Q$ by considering the sequence $$a_n = 2^{-n}$$ We have $$\lim_{n\to\infty} a_n = 0$$ but the denominator is exactly $2^n$, wich diverges.
Generally, you assume $$\lim_{n\to\infty} \frac{a_n}{b_n} = \frac ab \Rightarrow \lim_{n\to\infty} a_n = a \wedge \lim_{n\to\infty} b_n = b$$ wich is false. Only the converse holds ($\lim a_n = a \in \mathbb R \ni \lim b_n = b \ne 0 \Rightarrow \lim \frac{a_n}{b_n} = \frac ab$)