LaTeX Proving P(A|B) with Latex: Seeking Help

  • Thread starter Thread starter brendan
  • Start date Start date
  • Tags Tags
    Latex
AI Thread Summary
The discussion centers around the use of LaTeX packages for typesetting mathematical proofs, specifically in the context of probability. A user named Brendan is seeking a LaTeX template to effectively display a proof related to conditional probability, expressed as P(A|B) >= 1 - ((1 - r) / s). Another participant offers assistance by sharing a link to their own LaTeX template, which includes necessary macros for theorem, proof, and definition environments, as well as shortcuts for probability notation. This exchange highlights the collaborative nature of the forum in addressing LaTeX formatting needs for mathematical proofs.
brendan
Messages
64
Reaction score
0
Hi All,

I'm using the following Latex Pakages


\documentclass[11pt,a4paper]{article}
\usepackage{amsmath}
\usepackage{graphicx}

I need to prove

P(A|B >= 1- ((1 - r) / s)



I was wondering if anyone has or knows of a good Latex template to display the < > = proofs



regards
Brendan
 
Physics news on Phys.org
I'm confused, do you want a proof environment? I am doing a project on probability so you can nick my template if you want, might be useful. http://www.bath.ac.uk/~bs250/Project/title.sty (Don't ask why its called title). It has all the macros I need (theorem, proof, definition, etc..) and some shortcuts like \P for \mathbb{P}.
 
Last edited by a moderator:

Similar threads

Replies
3
Views
2K
Replies
5
Views
3K
Replies
4
Views
3K
Replies
1
Views
8K
Replies
2
Views
3K
Back
Top