I'm going through "Probability Theory - The logic of science" written by E.T. Jaynes and I have a problem with one step on page 27/28 in the proof of the product rule. The idea here is that we have a function $F$ for which: $$(AB|C)=F[(B|C), (A|BC)]$$ We want to proof its associativity: $$F[F(x, y), z] = F[x, F(y,z)]$$ We assume that F is differentiable. We denote: $$u = F(x,y)$$ $$v = F(y,z)$$ $$F_1(x,y) = \frac{\partial F}{\partial x}$$ $$F_2(x,y) = \frac{\partial F}{\partial y}$$ With this assumptions, we want to prove: $$F(x, v) = F(u, z)$$ We differentiate w.r.t. x and y: $$F_1(x,v)=F_1(u,z)F_1(x,y)$$ $$F_2(x,v)F_1(y,z)=F_1(u,z)F_2(x,y)$$ We then use: $$G(x,y)=\frac{F_2(x,y)}{F_1(x,y)}$$ And get equation E1: $$G(x,v)F_1(y,z)=G(x,y)$$ Which can be rewritten as equation E2: $$G(x,v)F_2(y,z)=G(x,y)G(y,z)$$ Now there's the part is hard for me to understand. We differentiate E1 w.r.t. z and E2 w.r.t. y. The proof states that left hand sides of both derivatives are the same. How is that? When I'm using product rule of calculus and chain rule, I get summation in E1 left side: $$G_2(x,v)F_2(y,z)F_1(y,z)+G(x,v)F_{12}(y,z)$$ and for equation E2, left side equals: $$G_2(x,v)F_1(y,z)F_2(y,z)+G(x,v)F_{21}(y,z)$$ So there's the quation - where's my mistake? I can see that first product of both equations derivative are the same but how this equations are the same? I can see two options: first, I shouldn't use product rule here (why?), second, for some reason $$F_{12}(y,z)=F_{21}(y,z)$$ but I can't see reason for any of these. I've checked original Cox proof in his book "The algebra of probable inference" but it's quite the same as in Jaynes book.
2026-05-15 02:55:46.1778813746
Cox proof of product rule - step explanation
464 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in PROBABILITY
- How to prove $\lim_{n \rightarrow\infty} e^{-n}\sum_{k=0}^{n}\frac{n^k}{k!} = \frac{1}{2}$?
- Is this a commonly known paradox?
- What's $P(A_1\cap A_2\cap A_3\cap A_4) $?
- Prove or disprove the following inequality
- Another application of the Central Limit Theorem
- Given is $2$ dimensional random variable $(X,Y)$ with table. Determine the correlation between $X$ and $Y$
- A random point $(a,b)$ is uniformly distributed in a unit square $K=[(u,v):0<u<1,0<v<1]$
- proving Kochen-Stone lemma...
- Solution Check. (Probability)
- Interpreting stationary distribution $P_{\infty}(X,V)$ of a random process
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?
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
geometry
circles
algebraic-number-theory
functions
real-analysis
elementary-set-theory
proof-verification
proof-writing
number-theory
elementary-number-theory
puzzle
game-theory
calculus
multivariable-calculus
partial-derivative
complex-analysis
logic
set-theory
second-order-logic
homotopy-theory
winding-number
ordinary-differential-equations
numerical-methods
derivatives
integration
definite-integrals
probability
limits
sequences-and-series
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?
Yes, the double derivatives are the same whatever the performance order.
$$\begin{align}F_{12}(s,t) ~=~& \frac{\mathrm d ~}{\mathrm d s}\frac{\mathrm d ~}{\mathrm d t}F(s,t) \\[1ex] =~& \frac{\mathrm d ~}{\mathrm d t}\frac{\mathrm d ~}{\mathrm d s}F(s,t) \\[1ex]=~& F_{21}(s,t)\end{align}$$