Review of the use of alpha-adrenoceptor antagonists in hypertension.

G. Stokes,J. Marwood
Methods and Findings in Experimental and Clinical Pharmacology
Abstract:The discovery of alpha-adrenoceptor antagonists with selectivity for the post-synaptic alpha 1-adrenoceptor has yielded a group of antihypertensive agents of high specificity in blocking sympathetic impulses to resistance and capacitance vessels. This group differs from the previously-developed alpha-adrenoceptor blockers, phentolamine and phenoxybenzamine, in that they do not block the pre-synaptic alpha 2-adrenoceptors which modulate the release of neurotransmitter, and therefore do not cause as much reflex activation of the sympathetic nervous system. These differences have important clinical implications in regard to the antihypertensive efficacy of prazosin and its congeners, and to their use in combination with beta-blockers. Evidence that there are structural similarities between alpha-adrenoceptors and serotonin receptors is supported by the finding that ketanserin, developed for its 5HT2-receptor blocking property, exerts at least part of its antihypertensive action through alpha 1-adrenoceptor blockade. The most important limiting factor in the clinical application of prazosin is the postural hypotension and tachycardia associated with initial dosing. It is of some academic interest that these first-dose effects may be utilized to predict the long-term efficacy of the drug in individual patients. From a practical viewpoint, they may be largely avoided by starting therapy with small doses and recognising factors, such as a contracted plasma volume, which can sensitize the patient to sudden withdrawal of sympathetic tone.(ABSTRACT TRUNCATED AT 250 WORDS)
What problem does this paper attempt to address?
The main problem that this paper attempts to solve is to design a general theorem - proving system to support interactive reasoning in many different logical systems. Specifically, Isabelle, as a general theorem prover, aims to provide useful proof procedures for various formal theories, including constructive type theory, first - order logic, Zermelo - Fraenkel set theory, and higher - order logic. ### Main Problems 1. **Generality and Flexibility**: - Traditional theorem provers are usually optimized for specific logical systems, which limits their scope of application. Isabelle's goal is to create a general platform that can handle a wide range of logical systems, thereby increasing the system's flexibility. - The paper discusses how to achieve this by introducing high - level abstractions and a unified framework, so that the particularities of different logical systems can be handled independently. 2. **Automation and Interactivity**: - Isabelle not only supports automated proof procedures but also allows users to write custom proof strategies in programming languages such as ML. This enables users to adjust the proof methods according to the requirements of specific problems. - The paper explores how to enhance the efficiency and effectiveness of automation through unified techniques and high - level rule combinations. 3. **Logical Representation and Inference Mechanisms**: - The paper details the representation methods of logical systems in Isabelle, especially how to use higher - order unification to handle complex logical structures such as quantifiers and bound variables. - By introducing a new meta - logic, Isabelle can handle the inference rules of various logical systems more flexibly, ensuring the correctness and completeness of the inference process. 4. **Performance Optimization**: - The initial version of Isabelle had some performance problems, such as being slow due to redundant calculations. The paper describes how to significantly improve the system's running efficiency by simplifying data structures and optimizing algorithms. - For example, by eliminating Skolem terms and improving the heuristic algorithms in the unification search process, the performance of Isabelle has been significantly improved. ### Summary The core objective of this paper is to construct a general and flexible theorem - proving system, Isabelle, to support interactive reasoning in multiple logical systems. By introducing higher - order unification, new meta - logic representations, and optimized inference mechanisms, Isabelle can improve the efficiency and accuracy of automated proofs while maintaining flexibility.