Assumptions:
Any even number times any other number is always an even number. An odd number times an odd number is always an odd number. An even number plus an even number is even, and an odd number plus an odd number is odd. An even number plus an odd number is odd. An even number is not odd.
A perfect number is one such that the sum of its factors is equal to itself, not including itself.
Conjecture: There are no odd, perfect numbers.
Proof by contradiction:
Let $n$ be a odd, perfect,square number. Its factors can be represented as a list: $$a,b,c ..... ,\sqrt n ,....$$ Every factor must be odd, if our assumptions are correct. (Odd * Odd = Odd) Let us call any factor of $n$, $ F$. There is another number that when multiplied with $F$ that results in $n$. $$1\cdot n = n$$ $$a \cdot a' = n$$ $$b \cdot b' = n$$ ... $$\sqrt n \sqrt n = n$$
Take the sums of these pairs, except for $\sqrt n \sqrt n $ and $1\cdot n$. You get: $$E + E' + E''......$$
Since any odd number plus another odd is even. Summing those numbers, we get some number $T$. Now, we see that the 2 remaining factors*, $\sqrt n $, and $1$, sum to an even number. (Odd + Odd is Even) Combining these, we get an even number.
*: $\sqrt n $ is the same as $\sqrt n$. $n$ is not considered a factor.
Since a even number $(T + \sqrt n +1)$ cannot equal an odd number $(n)$, we have proven there are no odd, perfect, square numbers.
Yes, your proof is correct. You have shown that there are no odd perfect numbers that are squares.
The conjecture that there are no odd perfect numbers remains open.